• princedm

    (@princedm)


    Hi,

    I am currently working on Lokoost and I have changed the font color by using CSS, but whenever I try to change a link color it’ll affect all other option like menu, title, header, heading, etc.

    I want to change only a post link color because it looks like normal text. So the user unable to find it’s normal text or a clickable link.

    Inshort I just want to change only a post text and heading and link color.

    Please provide proper css code so I can use it on additional css option.

    • This topic was modified 6 years ago by princedm.
Viewing 4 replies - 1 through 4 (of 4 total)
  • AddWeb Solution

    (@addweb-solution-pvt-ltd)

    Hello princedm,

    Add below css code into your current active child theme’s style.css file or you can add additional css option in theme customizer

    h3 a{
    	color:#ff0066 !important;
    }

    Hope this will helps you.

    Thanks.

    Thread Starter princedm

    (@princedm)

    Hi AddWeb,

    I have used below mention code and it’s working perfectly.

    .entry-content-wrap{color:black;}
    .entry-content-wrap a:link{color:red;}
    .entry-content-wrap a:hover{color:blue;}
    .entry-content-wrap a:visited{color:maroon;}

    But your provided code h3 a{color:#ff0066 !important;} not working properly.

    That is changing all heading color including menu, and all h3 elements.

    I just want to change only inside the post text and hyperlink color.

    Theme Author AF themes

    (@afthemes)

    Hello there,
    Would you please come up with the site link and the screenshot so that we could help you in a specific way?
    https://afthemes.com/supports/
    Best regards

    Thread Starter princedm

    (@princedm)

    Hello,

    Above mention, code worked for me. Now no need any more help.

    Thanks for your response.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Font Color Issue’ is closed to new replies.