Home › Forums › WoodMart support forum › How to change hyperlink color
How to change hyperlink color
- This topic has 13 replies, 3 voices, and was last updated 7 months, 1 week ago by
SCV.
-
AuthorPosts
-
May 11, 2018 at 1:48 pm #57138
pbuckerParticipantHi,
I cannot figure out how to change the color of hyperlinks in the body text. Please let me know how to do this. Thanks.
May 11, 2018 at 2:51 pm #57157
Elise NoromitMemberHello,
Please navigate to Theme Settings > Styles and colors Other links which are not chanded with the configuration are changed via Custom CSS.
Best Regards
May 11, 2018 at 3:26 pm #57162
pbuckerParticipantNot working. Would you mind telling me how to change the color of the body text links? That is what I asked for. Thank you.
May 11, 2018 at 7:46 pm #57182
Elise NoromitMemberHello,
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
May 12, 2018 at 1:01 pm #57252
pbuckerParticipantI want all the hyperlinks in the body text to change to a color that is not the same as the text.
May 12, 2018 at 2:39 pm #57264
Elise NoromitMemberHello,
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
May 12, 2018 at 4:54 pm #57281
pbuckerParticipantOkay, 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.
May 12, 2018 at 7:26 pm #57298
Elise NoromitMemberHello,
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
May 13, 2018 at 2:01 pm #57379
pbuckerParticipantI’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.
May 13, 2018 at 4:08 pm #57386
Elise NoromitMemberHello,
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
June 28, 2023 at 7:42 pm #478025
JapanNakamaParticipantI 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.
June 30, 2023 at 2:00 am #478361
Elise NoromitMemberHello,
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
September 13, 2024 at 11:35 pm #597385
SCVParticipantI 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
September 13, 2024 at 11:40 pm #597387
SCVParticipantfixed. thanks
-
AuthorPosts
The topic ‘How to change hyperlink color’ is closed to new replies.
- You must be logged in to create new topics. Login / Register