Okay
  Public Ticket #2534432
Change link colour in blog post title
Closed

Comments

  •  1
    SylviaMacD started the conversation

    Hi 

    I've got my Blog Header Type set to "Variable height & meta overlaid" which has the meta info under the post title as I want it.   

    I'd like to change the colour of the meta info links to #049096 and keep the pink hover color.   How can I do this please. 

    Thanks

  •  2,965
    Andrew replied

    Hi Sylvia,

    Add the following custom css:

    .blog-title #single-below-header > span {
        color: #049096;
    }
    

    Kind regards.

  •  1
    SylviaMacD replied

    Thanks Andrew.   The CSS changed the entire line to teal rather than just the hyperlinks.  I've adapted it though so all working fine now :)