Viewing 18 posts - 1 through 18 (of 18 total)
  • Author
    Posts
  • #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.
    Dominique

    #775674

    Hey 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,
    Vinay

    #775976

    Hi 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,
    Dominique

    #776431

    Hi 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,
    Rikard

    #776547

    Hi 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.

    #776582

    Hello 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.

    #777225

    Hi,

    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.

    #777262

    Hey!

    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,
    Vinay

    #777318

    Hey 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,
    Dominique

    #777933

    Hi 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,
    Victoria

    #777991

    Sorry, 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.
    Dominique

    #778167

    Hi,

    Just add this custom CSS code:

    .footer_color a:hover {
    color: #6786a1 !important;
    }
    

    Best regards,
    John Torvik

    #780400

    Hi,
    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,
    Dominique

    #782121

    Hi,

    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,
    Nikko

    #784606

    Thank you Nikko.
    Unfortunately this does not change the problem.
    Have a good we.

    #785271

    Hi 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,
    Victoria

    #798120

    Hello,
    Thank you for your help, everything is in order with the update of the theme.
    Best regards,
    Dominique

    #798138

    Hi,

    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

Viewing 18 posts - 1 through 18 (of 18 total)
  • The topic ‘impossible to change color of hyperlinks’ is closed to new replies.