-
AuthorPosts
-
April 10, 2017 at 12:01 pm #775387
Hello team,
I have a stupid question to ask you, I am a beginner on Enfold and WP but still! I can not change the color of hyperlinks (in the text) on the http://www.aquamust.be page. Nothing happens when I modify it via the theme or via CSS. Do not understand it!
Certainly, I do it through the text editor, but it’s not very clean.Second question: I would like to remove the word “Accueil” (home) from navigation and I can not. Could you explain how?
Thank you for your help.
DominiqueApril 10, 2017 at 10:04 pm #775674Hey doboon,
To change the link color on the page content please go to Enfold > General Styling > Main Content > Primary color.
Quick CSS should work fine. Please keep the CSS specification in the quick CSS to have more importance than the others already applied so your CSS will override the default CSS.
To modify the main menu items please go to Appearance > Menu > Select the main menu and add or remove the menu items.
Best regards,
VinayApril 11, 2017 at 12:49 pm #775976Hi Vinay, thank you for your answer.
Unfortunately, the styles I have integrated in Enfold> General Styling> Main Content> Primary color or in “quick css” have no influence on my page. That’s what I do not understand at all. It’s strange, no ?
Regards,
DominiqueApril 12, 2017 at 5:04 am #776431Hi Dominique,
Thanks for the feedback, though your settings seem to correspond with what is being displayed on the site. Could you try to be a bit more specific as to what you are trying to change?
Best regards,
RikardApril 12, 2017 at 9:39 am #776547Hi Rikard,
It is very simple, my hyperlinks appear in white whereas I called in Enfold> General Styling> Main Content> Primary color a green color. And I don’t understand why.
Thank you.April 12, 2017 at 11:36 am #776582Hello doboon,
First, if you referred to the blue text link see that image , you can changed it.
One way is to change that inside enfold theme settings, the other way is to change that with CSS code.
try to put that code on quick CSS. Go to Enfold Theme Options -> General Styling -> Quick CSS.If you want to change the text link color:
.alternate_color a { color: #1e9411 !important; }
and if you want to change the hover of text link color:
.alternate_color a:hover { color: #40e85e !important; }
Second, if you referred to the image overlay white color see the link link
try to put that code on quick CSS. Go to Enfold Theme Options -> General Styling -> Quick CSS..avia_transform a .image-overlay { background-color: #027102 !important; }
Third, you want to remove the word “Accueil” (home) from navigation. Follow that steps.
- Dashboard – > Appearance -> Menus
- Put (create a new menu) see the link
- Give your menu a name, then click Create Menu
- Don’t add menu items
- Finally select on Menu Settings -> Display location and check (Enfold Main Menu) see the link and put the Save Menu button.
Thank you.
April 13, 2017 at 12:53 pm #777225Hi,
Thank your for your answer.
Unfortunately, the changes made in general styling give no results. Neither in quick CSS.
The general styling has no influence on my page. I really don’t understand what’s going on.Sorry.
April 13, 2017 at 2:04 pm #777262Hey!
Thank you for elaborating the issue. I have checked your site and it does appear the changes made to theme option or quick CSS are not reflecting on the front end.
Please try to switch the predefined color scheme and switch it back from Enfold > General Styling > Sélectionner une palette de couleurs prédéfinie
Let us know if that helps.
Best regards,
VinayApril 13, 2017 at 2:59 pm #777318Hey Vinay,
By choosing a predefined color (blue gray for example), the styles are displayed correctly except the form button and the background color of the footer that remain what I had originally chosen…
Thanks,
DominiqueApril 14, 2017 at 6:05 pm #777933Hi Dominique,
I put the styles given by Designweb in /themes/enfold-child/style.css and they all applied, so you might want to put your styles there. What else do you need to change?
If you need further assistance please let us know.
Best regards,
VictoriaApril 14, 2017 at 7:18 pm #777991Sorry, my English is so basic.
Compare the displayed page and the colors displayed in Enfold> General Styling. You will see that the colors of the links and the background of the footer are not identical. It’s the same when I write in the quick css. Do you see the same thing as me?
I don’t understand why and I don’t know how to correct that.
Thank you for helping me.
Have a good WE.
DominiqueApril 15, 2017 at 9:18 am #778167Hi,
Just add this custom CSS code:
.footer_color a:hover { color: #6786a1 !important; }
Best regards,
John TorvikApril 20, 2017 at 9:49 am #780400Hi,
Thank you for your help.
The problem is always the same, no change appears, as if the css child was inactive. For me the problem is there.
Best regards,
DominiqueApril 24, 2017 at 4:57 am #782121Hi,
I’ve checked on it and it seems like the changes made to Quick CSS or General Styling doesn’t apply though it doesn’t seem to be cached. I can see mixed content error which might be a reason why it’s not working, to fix this try to use this plugin: https://wordpress.org/plugins/better-search-replace/ search for http://www.domain.com/ to https://www.domain.com/ just replace domain.com with your site (link below).
Best regards,
NikkoApril 28, 2017 at 3:07 pm #784606Thank you Nikko.
Unfortunately this does not change the problem.
Have a good we.April 30, 2017 at 3:41 pm #785271Hi doboon,
Here is the code that might do what you need, you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
#text-3 .textwidget strong a:hover { color: #6786a1; }
If you need further assistance please let us know.
Best regards,
VictoriaMay 23, 2017 at 9:36 am #798120Hello,
Thank you for your help, everything is in order with the update of the theme.
Best regards,
DominiqueMay 23, 2017 at 10:15 am #798138Hi,
We’re glad that things have been sorted out! For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you.
For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
Thank you for using Enfold!
Sarah -
AuthorPosts
- The topic ‘impossible to change color of hyperlinks’ is closed to new replies.