Home Forums WoodMart support forum How to change hyperlink color

How to change hyperlink color

Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #57138

    pbucker
    Participant

    Hi,

    I cannot figure out how to change the color of hyperlinks in the body text. Please let me know how to do this. Thanks.

    #57157

    Hello,

    Please navigate to Theme Settings > Styles and colors Other links which are not chanded with the configuration are changed via Custom CSS.

    Best Regards

    #57162

    pbucker
    Participant

    Not working. Would you mind telling me how to change the color of the body text links? That is what I asked for. Thank you.

    #57182

    Hello,

    Please provide your site URL if your site is under maintenance send us also admin access. Please send the pages and screens what links you want to change.

    Best Regards

    #57252

    pbucker
    Participant

    I want all the hyperlinks in the body text to change to a color that is not the same as the text.

    #57264

    Hello,

    If you want absolutely all the links to be of one and the same color, use this CSS:

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

    Replace #999999 with the color you want, and paste this CSS snippet to Theme Settings > Custom CSS

    Best Regards

    #57281

    pbucker
    Participant

    Okay, so that is not what I asked for. I am asking for how to change the color of the links IN THE BODY TEXT ONLY. I did not ask for “how to change all links color on entire website.”

    Please, this is the last time I will ask for your help before I purchase a new theme and contact themeforest, where I purchased this theme. The functionality I am asking for is basic, and built into every other theme I have used by default. This should not be this difficult to change the color of text links in the body text.

    #57298

    Hello,

    Please clarify what part of the site do you mean? Have a look at the screenshot http://prntscr.com/jh20rc Body – is the area of all visible part of the site. And the code provided above sets the link color for the Body as you requested above.

    This part http://prntscr.com/jh21eu will cover all the site, including page title (categories links) except Header. If you mean this part, try this code:

    .main-page-wrapper a{
    color:red!important;
    }

    If you want only content part without Header, Footer, Page Title try this CSS:

    .content-layout-wrapper a{
    color:red!important;
    }

    You will need to replace “red” with the color you want.

    Best Regards

    #57379

    pbucker
    Participant

    I’m just asking for the text links in the content only. These both change the color of the links/text for other things other than the links in the content text.

    #57386

    Hello,

    As you know the content of the page is based on WP Bakery Page Builder elements. If you need to change link color in text only you can do it via Text block element. For this purpose, you need highlight the link http://prntscr.com/jhbu6b and assign the color http://prntscr.com/jhbukb

    Even if you do not use WP bakery text builder the body of any post/product/page has the same options.

    Please remove the code provided before.

    Best Regards

    #478025

    JapanNakama
    Participant

    I had a similar issue. It’s an easy fix

    Add this CSS to your custom CSS global CSS field

    body a {
    color: red;
    }

    Then where it says color, you can add the hex code or the name of the colour.

    Then via the typography settings, go to advanced and then add main navigation links. Then it won’t affect the menu.

    #478361

    Hello,

    You can change the font by means of the Advanced typography option, which allows you to choose the item from a drop-down or insert your custom CSS class. Please navigate to the Theme Settings > Typography > Advanced Typography.

    Here is the documentation providing more detailed instructions: https://xtemos.com/docs/woodmart/advanced-typography-settings/

    Best Regards

    #597385

    SCV
    Participant

    I have the same problem, in my blog posts I want to have red color for links, but from admin, I can’t find any settings which works. any solution? thanks

    #597387

    SCV
    Participant

    fixed. thanks

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

The topic ‘How to change hyperlink color’ is closed to new replies.