• mukesh007

    (@mukesh007)


    Hi,

    I am using OceanWP theme. please if any one let me know, how to change the colour of hyperlink in blog body only.
    I tried from customization setting but it is also changing the colour in other sections as well like in sidebar, social bar, comment box etc.

    Kindly suggest the solution.

    Thanks

Viewing 7 replies - 1 through 7 (of 7 total)
  • Abhishek

    (@abhikr781)

    Hello,

    Please share the page URL to check the issue.

    Thread Starter mukesh007

    (@mukesh007)

    Abhishek

    (@abhikr781)

    Hello,

    ?Please try to add the below CSS code from the Appearance > Customize > Custom CSS, and check.

    .single-post .entry-content a {
        color: #00009c;
    }
    Thread Starter mukesh007

    (@mukesh007)

    Hi Abhishek,

    Thanks..

    It’s really working for me. Just I also want to disappear underline below the link.

    Pls help.

    Thanks

    Abhishek

    (@abhikr781)

    Hello,

    Good to know that solution worked for you.

    ?Please try to add the below CSS code from the Appearance > Customize > Custom CSS, and check.

    .single .entry-content a, .page .entry a {
    text-decoration: none !important;
    }
    .single .entry-content a, .page .entry a:hover {
    text-decoration: none;
    }
    
    Thread Starter mukesh007

    (@mukesh007)

    Hi,

    It has worked for me. Thank you for your support.

    Abhishek

    (@abhikr781)

    You are most welcome!

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Colour Change in Hyperlink for OceanWP’ is closed to new replies.