Home Forums WoodMart support forum Link Colors

Link Colors

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #56820

    looneylui
    Participant

    Hi,

    I was trying to look at the theme customizer, however it would seem like there’s no option there to change the link color. Can you direct me on where i can change that?

    #56843

    Hello,

    Thank you very much for choosing our theme and contacting the support.

    Most links color is set in Theme Settings > Styles and colors > Primary Color

    Those which are not set by custom CSS. If you need anywhere custom CSS link color, please provide site admin access and page links where you want to change.

    Best Regards

    #56908

    looneylui
    Participant

    Thanks for the reply, basically we wanted all texts that are linked to a page to remain a static color as our main theme color as shown here.

    https://www.teepeejoy.com/

    https://www.teepeejoy.com/product/white-navy-kids-teepee-set/ – on the details tab

    it changes colors on hover, however we wanted it to remain the same even when not hovered to for users to see that it links to a page.

    we are using the color code #dd8270 as the main theme color

    #56915

    Hello,

    Please add this CSS sinpet to Theme Settings > custom CSS:

    a{
        color:#dd8270!important;
    }
    a:hover{
        color:#dd8270!important;
    }

    Best Regards

Viewing 4 posts - 1 through 4 (of 4 total)