Home Forums WoodMart support forum Links color

Links color

Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #127777

    bing458
    Participant

    I have changed the link color, but it seems that some links didn’t change. Could you help me to solve the issue? Thanks

    Attachments:
    You must be logged in to view attached files.
    #127797

    Hello,

    Please provide the page URL and screen of the links which have not changed the color.

    Best Regards

    #127807

    bing458
    Participant

    Please check the link I provided in the private content, thanks.

    #127822

    Hello,

    You need to change the Primary color to change the color. In addition, enter the Button tab and change the color of the buttons

    Best Regards

    #127937

    bing458
    Participant

    Hi, I think I have changed them as you referred to. But still nothing changed.

    Attachments:
    You must be logged in to view attached files.
    #127939

    bing458
    Participant

    the other image

    Attachments:
    You must be logged in to view attached files.
    #127973

    Hello,

    The link is inside heading https://gyazo.com/4429d10f6105740072d581efbe7f3cd9

    In this case, the link color configured in the Theme Settings will not be applied. You need to set the color in the Theme Settings > Typography > Advanced typography https://prnt.sc/o0a4y6

    Here are the classes .woodmart-entry-content h1 a, .woodmart-entry-content h2 a, .woodmart-entry-content h3 a, .woodmart-entry-content h4 a, .woodmart-entry-content h5 a, .woodmart-entry-content h6 a to set the custom color in Theme Settings > Typography > Advanced typography

    For more instructions, please refer https://xtemos.com/docs/woodmart/advanced-typography-settings/

    Best Regards

    #130841

    bing458
    Participant

    Hi, I still can’t find out where to put the classes
    .woodmart-entry-content h1 a, .woodmart-entry-content h2 a, .woodmart-entry-content h3 a, .woodmart-entry-content h4 a, .woodmart-entry-content h5 a, .woodmart-entry-content h6 a

    #130851

    Hello,

    Please have a look at the screen https://gyazo.com/14e4c2705776614d6e9ca9d464e3bd90

    You will need to create two custom selectors and insert these classes separately

    Best Regards

    #130901

    bing458
    Participant

    Hi, I have changed it like this.
    But all the content not only the link have changed.

    Attachments:
    You must be logged in to view attached files.
    #130943

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    body .woodmart-entry-content h1 a, 
    body .woodmart-entry-content h2 a, 
    body .woodmart-entry-content h3 a, 
    body .woodmart-entry-content h4 a, 
    body .woodmart-entry-content h5 a, 
    body .woodmart-entry-content h6 a{
    	color:red;
    }

    Set the color as per your needs.

    Best Regards

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