Featured Links
-
I have started using the Featured Link feature of this plugin. I ticked a particular link to feature it and nothing changed on the page. Then I found the setting to list Featured links above the other links and ticked that box. Now my link is listed at the top but there’s no special highlighting or coding to make it stand out.
So I searched and found one particular person looking for the same thing. That person tried adding css to the class a.track_this_link.featured. According to the post, that worked.
So I’ve added the following code:
a.track_this_link.featured {
font-weight: bold;
font-size: 16px;}
Tried it both in style.css in my theme and in stylesheettemplate.css for the plugin. I actually also tried several variations and nothing seems to change.
Funny a while back I talked to you about changing the logo size of the links to a uniform size and finally figured it out, but I can’t find that .resize class anywhere in either of these stylesheets and can’t remember where in the world I made that change to get it to work.
I also emptied the cache a bunch of times in W3 Total Cache. Still nothing…
In case it helps at all to ring any bells, the link to that other post is here: https://www.ads-software.com/support/topic/css-for-thumbnailsfavicons?replies=11
- The topic ‘Featured Links’ is closed to new replies.