Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #1594499
Author name link colour - single post meta
Closed

Comments

  •  1
    flatdog1 started the conversation

    Hi,

    Is there any way to make the author name in the post meta (ie. beneath the post title) coloured to show it is a link.  Currently all the meta is the default grey colour which I can change in the customise settings, but it changes all the meta, not just the link.

    Thanks,

    Melissa



  •  2,699
    PenciDesign replied

    Hi,

    Can you show me the url for this issue to I can give you exactly solution?


    Best Regards,

    PenciDesign

  •  1
    flatdog1 replied

    Hi,


    Sorry no URL available. The project is currently in development in a local environment.  I've attached a capture to if that helps...

    Melissa


  •  2,699
    PenciDesign replied

    Hi,

    Please try add more this code to Customize > Addinational CSS to do that:

    body.single .penci-entry-meta .entry-meta-item .author.vcard{ color: #ff0000;  }

    Change color code ff0000 to any color code you want.


    Best Regards,

    PenciDesign

  •  1
    flatdog1 replied

    Thanks. Worked perfectly.