Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #1021714

    Hi,

    I have some questions for you. First of all, i would like to change colour of header where and how i can do it, i mean where is written telephon number and email, then, i would like to privode a standard colour of social networks, not all white, i would like to have completely coloured when i move with pointer. Thanks

    #1021963

    Hey AlexBellaTropea,

    Please try this for the phone info text:

    .phone-info a {
      color:#fff !important;
    }

    What do you mean by completely coloured? And in what state should that apply?

    Best regards,
    Rikard

    #1022019

    Hello Rikard, where i need to insert that code? I would like to change the colour of the email too. About solcial network, i mean facebook needs to be coloured in blue and white, email completely green. I don’t want to see the trasparency of all solcial networks in white. I hope you understood. Thanks

    #1022320

    Hi AlexBellaTropea,

    You can put the code in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    How do you need to adjust the colors for the social networks?

    Could you please attach a mockup of what you’re trying to achieve?

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1022915

    How can i attach an image? Thanks. Anyway i would like to have social icons coloured with orginal colour and not completely white like in my website. Thanks

    #1023204

    Hello, i am using enfold child, and i i would like to modify on that, how can i do it on custom.css? i added on custom.css on parent enfold but nothing changed. Thanks for help.

    #1023496

    Hi,

    Please check the below link for steps to add your CSS to child theme styles

    Best regards,
    Vinay

    #1023988

    Sorry i tried to do anything but the color of email and telephone number are not changed. i processed to do https://kriesi.at/documentation/enfold/add-custom-css/ and added Enqueue custom CSS. Any help? Thanks

    #1024260

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:

    CSS Snippet:

    
    /* CSS - Info links */
    
    /* Top Bar phone info link */
    #top #header_meta .phone-info a{
    	color: #fff;
    }
    
    
    

    For more code snippets please check https://kriesi.at/documentation/enfold/menu

    Best regards,
    Vinay

Viewing 9 posts - 1 through 9 (of 9 total)
  • You must be logged in to reply to this topic.