Lnk not in bold when between html Tag

  • Posted in : TheBlogger
  • david.landry@hec.ca
    Participant

    Hi,

    I’m using the Blogger theme for WordPress and for some reason the link on my pages aren’t all in bold. You can check this page and you’ll see some links in bold and other not in bold.

    It seems when the links are within HTML tag like for table, ul, li, the bold is removed. Check the first two Tabs in the middle of the article: http://www.etsionpartait.ca/budget-tour-du-monde/

    Is there a way to make all links in bold even when within html tags?

    serkan
    Moderator

    Hi,
    You can check out this related topic;
    http://www.pixelwars.org/forums/topic/two-types-of-links/
    Thanks

    david.landry@hec.ca
    Participant

    Hi,

    I read the post and tryed this code: .entry-content > p:not(.more) > a:not(.social-link):not(.button) { border-bottom: none; font-weight: bold; }

    But the link are still not all bold. what is the right code to use?

    Regards

    serkan
    Moderator

    Hi,
    You can add this code as well;

    .tabs a { font-weight: bold; }

    Thanks

    david.landry@hec.ca
    Participant

    Hi,
    I added the code and it did work but not for all links. If you check this page (http://www.etsionpartait.ca/hebergement-autour-du-monde-guide-pratico-pratique/) link within list aren’t bold. How can I make all links bold?

    Regards!

    serkan
    Moderator

    Hi,
    You were asking for links in the link tab earlier. The code below is more general. It affects all links.

    a:not(.widget-area) { font-weight: bold; }

    Thanks

    david.landry@hec.ca
    Participant

    Hi,

    Almost there,. I got teh required result with all links within the text being bold but now the widget menu item are also bold. Is there a way to exclude them?

    I only want the link within my post text to be bold.

    A big thanks!

    serkan
    Moderator

    Hi, I updated the custom css code. Please clear the cache when you apply it.
    Thanks

Viewing 8 posts - 1 through 8 (of 8 total)

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register