Tagged: ismael
-
AuthorPosts
-
February 27, 2017 at 7:57 pm #752446
hi.
i would like to change my header an footer color but with quickcss. i am using the enfold theme with demo Health Demo.
can you tell me how i can do that in quickcss? i would like to have when i scroll down that the header is white and the font of the menu text in light grey and the footer as well.February 27, 2017 at 8:19 pm #752455Hey!
Please go to Enfold theme options > General Styling and change header background color in Logo Area tab and change footer and socket background colors and text colors in “Footer” and “Socket” tabs.
Then you can go to Enfold theme options > Advanced Styling and edit “Main menu links” to change menu font colorsCheers!
YigitFebruary 27, 2017 at 8:28 pm #752458hi,
thanks this i knwo already, but i would have to do it with quick css. can you help me here?
February 27, 2017 at 8:35 pm #752469Hey!
Please add following code to Quick CSS
#footer { background-color: white; } #socket { background-color: white; } .header-scrolled #header_main { background-color: white; } .av-main-nav > li > a { color: #e2e2e2; }
If that does not help, please post a link to your website and a screenshot showing the changes you would like to make. You can upload your screenshots on imgur.com or Dropbox public folder and post the links here
Regards,
YigitFebruary 27, 2017 at 9:37 pm #752533thanks a lot. the code with the footer worked but the header is not changing.
February 28, 2017 at 10:29 pm #753286i have in my footer this lines. how can i take them out?
https://www.dropbox.com/s/x9tspixeuqoy0qo/Footer.PNG?dl=0March 1, 2017 at 9:21 am #753543Hi,
I couldn’t see anything like that in the footer on the URL in private, on what site are you having this problem?
Best regards,
RikardMarch 2, 2017 at 10:03 pm #754639the website http://www.stefansweb.design is the wrong page. i have it on my second page http://www.attitude.life but i have that page currently in maintenance mode. can you help me to remove that lines in the footer that you see in the pic: https://www.dropbox.com/s/x9tspixeuqoy0qo/Footer.PNG?dl=0
March 4, 2017 at 7:48 am #755515Hi,
Ok, thanks for the feedback. Please try the following in Quick CSS under Enfold->General Styling:
#footer .widgettitle { border:none !important; }
Best regards,
RikardMarch 5, 2017 at 7:45 pm #756009thanks a lot for your help. i have another question. you can see here my header it is transparent https://www.dropbox.com/s/wulvueyhpuptjlu/Headertransparent.PNG?dl=0 , after scrolling it gets grey: https://www.dropbox.com/s/2qd8geomy2lt3l0/Headerafterscrolling.PNG?dl=0
i would like to change color to lighter grey but with quick CSS. and i would like to change then the color of the menu text so that i can still read everything when i change the color to lighter grey. it has to be over Quick CSS
can you help me here?March 6, 2017 at 9:10 am #756252Hi,
Thanks for the feedback. It looks like the site you linked to in construction mode, could you post login details in private so that we can have a closer look please?
Best regards,
RikardMarch 6, 2017 at 12:44 pm #756338HI Rikard,
I am having the issue with theme options page.
all options are not coming on a dashboard of the mentioned site.March 6, 2017 at 1:27 pm #756371You can find the login details here to look up tue problem.
Problem lile described: thanks a lot for your help. i have another question. you can see here my header it is transparent https://www.dropbox.com/s/wulvueyhpuptjlu/Headertransparent.PNG?dl=0 , after scrolling it gets grey: https://www.dropbox.com/s/2qd8geomy2lt3l0/Headerafterscrolling.PNG?dl=0i would like to change color to lighter grey but with quick CSS. and i would like to change then the color of the menu text so that i can still read everything when i change the color to lighter grey. it has to be over Quick CSS
can you help me here?- This reply was modified 7 years, 8 months ago by stefanswebdesign.
March 8, 2017 at 9:39 pm #758043hi i never got an answer can you help me?
March 9, 2017 at 3:41 pm #758406Hi,
Sorry for the late reply!
I tried to login however login credentials did not work for me. Could you please check them once again?
Best regards,
YigitMarch 9, 2017 at 3:46 pm #758408Hi here again the login credentials.
March 9, 2017 at 4:11 pm #758417Hi!
I added following code to Quick CSS in Enfold theme options > General Styling tab
.header_color .main_menu ul:first-child > li > a { color: #d5d5d5; }
Please review your website now
Regards,
YigitMarch 9, 2017 at 4:19 pm #758420Nooooo!!! Please undo that. By changing that you also applied the style settings in the enfold style menu and now i have a completely different color style everwhere… also font changed. Changes lile this are judt posdible via ftp in the css file. Please undo that change so that i have the old fonts etc…
March 9, 2017 at 4:36 pm #758432Hey!
I removed the code from Quick CSS however since i saved in theme options, dynamic stylesheet has been updated and overwrote theme options.
If you have a backup of Enfold theme options, please import it or if you have it as a file, please overwrite wp-content/uploads/dynamic_avia/enfold.css file.
I am so sorry, i was not aware that was the case. I thought i would save you time by adding the code myself.Cheers!
YigitMarch 9, 2017 at 4:52 pm #758445Shit now i have to look how to solve that.
Where i need help is changing tue footer color to white and adjusting the footer font for that case as well with the header when scrolling to white and adjusting the menu names coloring for the white ground. Can you help me here please you have the login credentials. You know what i mean? If changing to white in footer and header so the actual text that is there is not readable well. I would need help please with quick css i add it them via ftp.March 9, 2017 at 10:12 pm #758592Hi,
Again, i am sorry.
Please add following code to your custom CSS
#footer * { color: white; } .header_color .main_menu ul:first-child > li > a { color: #d5d5d5; }
Please make sure that > sign is not converted to – http://i.imgur.com/IDXRZQ3.png in Quick CSS field.
Best regards,
YigitMarch 9, 2017 at 10:15 pm #758593Thanks for help. And do you have also help to change the footer text color and header text color? I mean also when i am at the link and when i am with mouseover.
Always with quick cssMarch 9, 2017 at 10:29 pm #758599Hi,
Logins are not working for me again :)
Please try adding following code#footer a:hover { color: orange; } #footer .widgettitle { color: blue; }
Best regards,
YigitMarch 9, 2017 at 10:36 pm #758604if you login once again but just to look how it is now i would like to show you sth.
the header is right now grey when you scroll, i would like to have it white and the text of the header then in grey and when selected the menu point in black and when with mouseover then grey.
in the footer i have it actually white but the text in the footer is not visible anymore. can you please help me? actual login credentials are again in the box below.March 9, 2017 at 10:41 pm #758607actual login details here.
this css code now helped me to change the footer main text. the little text is still unvisible you see it when you login.
if you login once again but just to look how it is now i would like to show you sth.
the header is right now grey when you scroll, i would like to have it white and the text of the header then in grey and when selected the menu point in black and when with mouseover then grey.
in the footer i have it actually white but the text in the footer is not visible anymore. can you please help me? actual login credentials are again in the box below.March 9, 2017 at 10:53 pm #758609Hi,
But if you make the header white when scrolled down, your logo will not be visible. I am not really sure if i understood you clearly. Can you please post screenshots of the changes you would like to make? I believe that way we can understand each other better and apply all the changes once and for all.
You can upload your screenshots on imgur.com or Dropbox public folder and post the links here :)Best regards,
YigitMarch 9, 2017 at 10:55 pm #758613I changed the logo right now to black so thats fine. I would now like to change the header to white and to adjust the menu points and the contact me button on the right to the colors i wrote in tue last text also with mouseover and when clicked. Can you help me here with quick css?
- This reply was modified 7 years, 8 months ago by stefanswebdesign.
March 9, 2017 at 11:20 pm #758623Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.header_color .header_bg { background-color: white; } .header_color .main_menu ul:first-child > li.current-menu-item > a, .header_color .main_menu ul:first-child > li.current_page_item > a { color: black; } .header_color .main_menu ul:first-child > li:hover > a { color: #999999; }
Please make sure that > sign is not converted to – http://i.imgur.com/IDXRZQ3.png in Quick CSS field.
Best regards,
YigitMarch 9, 2017 at 11:26 pm #758626Thank you. I will try that and give you feedback.
April 3, 2017 at 8:34 pm #771309Hi,
is there a way to change to logo over css code and also the Transparency Logo?
thanks for help.
-
AuthorPosts
- You must be logged in to reply to this topic.