Tagged: header issues
-
AuthorPosts
-
March 9, 2017 at 11:10 pm #758621
He there, I need some help. See the Private content for the links.
I am trying to build a site using the Enfold theme.
I am having trouble with the header because you do not offer an option to not display the logo and social links that I can find. See the design and the test site below.The only way I can seem to get the menu to align left is to also have the logo and social links displayed to teh right and all I want is the menu to the left.
I am using a custom widget for the top portion that display a logo and social links and phone number.
I would also like to be able to have the highlighted menu item have a green border on the bottom like in my design.
Can you please help me out here?
- how do I change the menu padding in the theme?
- how can I get the slide copy and buttons to look like my design? I would like to have the text and buttons centered to the right like the design and then be able to change the colors of the buttons like in my design. The theme does not appear to have this ability??
- How do I get the & to display in the correct font?
- I am also trying to figure out how to get a bloody picture as a background using the admin options. I am using a color section but for some reason the green image behind the form is all messed up and does not stay put. I turned off the parallax and i set it to fixed but it is not working!
Thanks in advance for your help!!
- This topic was modified 7 years, 8 months ago by NetphoriaInc.
March 14, 2017 at 1:30 pm #760700Hey NetphoriaInc,
lets be focused on one single issue here and feel free to open new tickets if you have some more things.
So as far as I can see it you want to remove your second logo on the right? if yes, then use this code inside your Quick CSS field:
.html_header_top #top .av_logo_right .logo { display: none; }
If you also want to remove social icons use this code:
ul.noLightbox.social_bookmarks.icon_count_5 { display: none; }
This way it should look more like on your mockup.
Hope this helps!
Best regards,
AndyMarch 14, 2017 at 3:27 pm #760767A little annoyed as I laid out everything I needed and you chose to ignore the rest of my support request. I will create new tickets so I can wait days for another response, thank you.
In addition, I wanted to know if there was a way to do this without having to use css. Because I would rather be able to select an option in the admin, my assumption is that I would rank higher in page speed but this must not be the case as you are telling me to use css.
March 14, 2017 at 8:26 pm #760960Hi,
use CSS code.
If you open different tickets then you will get much faster replies, as different moderators can work on your issues simultaneously.
Best regards,
Andy -
AuthorPosts
- You must be logged in to reply to this topic.