TP-Docs
HTML5 Icon HTML5 Icon HTML5 Icon
TP on Social Media

Recent

Welcome to TinyPortal. Please login or sign up.

April 19, 2024, 08:29:30 PM

Login with username, password and session length
Members
  • Total Members: 3,885
  • Latest: Growner
Stats
  • Total Posts: 195,165
  • Total Topics: 21,219
  • Online today: 266
  • Online ever: 3,540 (September 03, 2022, 01:38:54 AM)
Users Online
  • Users: 1
  • Guests: 210
  • Total: 211
  • tino

change font size in block

Started by gordo52, July 21, 2017, 12:28:19 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

gordo52

hi

just installed tp on smf 2.14 using theme Lovetheme.   this is my test site trying to iron out any creases until I go public.

it will be used mostly for articles, I wish to show a list of previous articles in the block using Article in cat. my trouble is the font size in the block is way to small.  so far have not found where to increase the size.

any signposts to the correct file would be appreciated

lurkalot

Sorry for delay in replying.  I will have to look into this further a see if I can find a solution for you.

gordo52

many tanks my friend very much appreciated.   the link to the articles is small and very tight . hard to distinguish.

gordo52


McFly

As it looks like a CSS based problem... a link to the site is usefull.
"I'm not going to censor myself to comfort your ignorance."

Testsites (may be online or not ;-) )
ElkArte 1.1.x & TP on Apache2.4.48, PHP 8.1.2 FPM/FastCGI, MariaDB 10.5.12

gordo52

it is only a test site no relevence to whats posted

click

McFly

And you want the text (links) in the left "Previous"-block a little bit bigger?!

Then search your theme and find the file index.css and open it.

Add

#block8 .middletext { font-size: 14px; }

"block8" is the ID of that block.
"I'm not going to censor myself to comfort your ignorance."

Testsites (may be online or not ;-) )
ElkArte 1.1.x & TP on Apache2.4.48, PHP 8.1.2 FPM/FastCGI, MariaDB 10.5.12

gordo52

many thanks

will try. that.  was just hunting it again using web developer . addon in firefox

gordo52

 :D  nice one worked a treat  many thanks Mc Fly.  great appreciated.    O0

lurkalot

Quote from: Mc Fly on July 22, 2017, 05:48:07 PM
And you want the text (links) in the left "Previous"-block a little bit bigger?!

Then search your theme and find the file index.css and open it.

Add

#block8 .middletext { font-size: 14px; }

"block8" is the ID of that block.

Thank you, it saved me from searching for it. Nice job.  O0

gordo52

very chuffed.  was getting closer to finding it.   lolol

McFly

Quote from: gordo52 on July 22, 2017, 05:57:13 PM
many thanks

will try. that.  was just hunting it again using web developer . addon in firefox

... or Firebug ... or the build-in capabilities of Firefox!  :D
"I'm not going to censor myself to comfort your ignorance."

Testsites (may be online or not ;-) )
ElkArte 1.1.x & TP on Apache2.4.48, PHP 8.1.2 FPM/FastCGI, MariaDB 10.5.12