Still having issues with change of link color

Discussion in 'Infoway WordPress Theme' started by bjoernjohansen, Dec 2, 2013.

Thread Status:
Not open for further replies.
  1. bjoernjohansen

    bjoernjohansen New Member

    Joined:
    Apr 3, 2013
    Messages:
    22
    Likes Received:
    0
    Location:
    Denmark
    For some reason the previous changes are not global.

    On http://www.bjoernjohansen.dk/du-er-nu-tilmeldt-nyhedsbrev-om-e-mailmarketing/ the link is now blue, not orange. The same goes for:

    http://www.bjoernjohansen.dk/email-marketing/vejen-til-bedre-nyhedsbreve/
    http://www.bjoernjohansen.dk/du-er-nu-afmeldt-mit-nyhedsbrev-snoft/
    http://www.bjoernjohansen.dk/du-er-nu-tilmeldt-nyhedsbrev-om-e-mailmarketing/

    It seems like the problem is only present on fullwidth pages.

    Please advice.

    Best regards

    Bjørn Johansen

    PS: How do I get the links to be BOLD on pages and in posts?
     
  2. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Hello,

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .fullwidth a {
    font-weight: bold;
    color: orange;
    }
    .post_content.single a {
    font-weight: bold;
    }
    
    Thanks & Regards
    Nitesh Raghuwanshi
     
  3. bjoernjohansen

    bjoernjohansen New Member

    Joined:
    Apr 3, 2013
    Messages:
    22
    Likes Received:
    0
    Location:
    Denmark
    Hi Nitesh,
    Thanks for your help.
     
Thread Status:
Not open for further replies.

Share This Page