-
AuthorPosts
-
October 15, 2018 at 6:51 pm #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
October 16, 2018 at 5:36 am #1021963Hey 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,
RikardOctober 16, 2018 at 8:09 am #1022019Hello 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
October 16, 2018 at 6:51 pm #1022320Hi 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,
VictoriaOctober 17, 2018 at 5:15 pm #1022915How 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
October 18, 2018 at 9:04 am #1023204Hello, 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.
October 18, 2018 at 5:17 pm #1023496Hi,
Please check the below link for steps to add your CSS to child theme styles
Best regards,
VinayOctober 19, 2018 at 4:10 pm #1023988Sorry 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
October 20, 2018 at 2:27 am #1024260Hi,
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 -
AuthorPosts
- You must be logged in to reply to this topic.