Hello,
I want to change the size of the sticky post icon. Can anyone please help me do that?
Hi @ehsan,
Please specify the forum layout and the exact page, it would be better to have a direct URL to the page.
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.
- Use chrome browser,
- point your mouse to the Icon whose location you need to find,
- right click the mouse and
- then select "Inspect".
You will get the location of the Icon. Hope this helps.