Notifications
Clear all

Style [Solved] How do I change the size of the sticky post icon?

3 Posts
2 Users
0 Reactions
623 Views
Posts: 10
Topic starter
(@ehsan)
Eminent Member
Joined: 3 years ago

Hello,

I want to change the size of the sticky post icon. Can anyone please help me do that?

2 Replies
Chris
Posts: 3649
(@chris)
Famed Member
Joined: 3 years ago

Hi @ehsan,

Please specify the forum layout and the exact page, it would be better to have a direct URL to the page.

Posts: 10
Topic starter
(@ehsan)
Eminent Member
Joined: 3 years ago

Hi @chris,

Thanks for your reply. I tried to find a simple CSS related solution regarding the issue and luckily I have got one. It is actually very simple. Someone might get help from this so I am sharing this with you.

I just added the following CSS codes in: wpForo Settings>Styles and It just made the Icon size of the sticky post icon bigger.

#wpforo #wpforo-wrap .wpfl-1 .wpforo-last-topic-title i {font-size: 130%;}

 

Anyone trying to change the size of an Icon, just needs to Identify the location (for this example: it is #wpforo #wpforo-wrap .wpfl-1 .wpforo-last-topic-title) of the Icon and then just use the code in above format.

Location of the icon is easy to find. Just try in the following manner.

  1. Use chrome browser,
  2. point your mouse to the Icon whose location you need to find,
  3. right click the mouse and
  4. then select "Inspect".

You will get the location of the Icon. Hope this helps.