Home › Forums › All Other Themes › Header too height for the slider (Parallax me)
- This topic has 5 replies, 2 voices, and was last updated 6 years, 11 months ago by
Forum Moderator.
-
AuthorPosts
-
October 4, 2016 at 9:13 pm #48483
Hi,
I have a height header with the logo size and the tagline and all the slider is truncated.
https://www.associationemma.com/WP/
Could you help me to improve this header. The best would be to have the menu aligned with the tagline. Actually the menu is under the tagline.
Also I have replaced all red by blue color for the fonts but I still have red in the title of the menu. I think the red appears on the link when I load the entire home page. I could not find where to change this.
Thank you very much for your help,
ValérieOctober 5, 2016 at 7:34 am #48546Hi Valerie,
Kindly go to Appearance>>Theme Option>>Basic Setting>>Custom CSS Box
Add this code there:
.show-bg .logo{width:auto !important;}
.show-bg nav ul li a{padding:15px 5px !important;}
header br{display:none;}Regards,
DaveOctober 5, 2016 at 8:07 am #48549Hi Dave,
Thank you for your response.
I added the code. It looks better, but I still have problem :
– on the computer, the text is red and I want it in blue. I have changed all color in the basic settings. I don’t see where I can make other correction.
– if I open the home page on my smartphone. The menu is not correctly displayed.
Could you help again ?
Thanks,Valérie
October 5, 2016 at 9:22 am #48557Hi Valerie,
Kindly go to Appearance>>Theme Option>>Basic Setting>>Custom CSS Box
Add this code there:
@media screen and (max-width:767px){ header br{display:block;} .mobile_nav{margin-top:25px;} .show-bg nav ul li a{display:block;} }
I didn’t find the red text on homepage. Could you please tell me the section where red text appears.
Regards,
DaveOctober 5, 2016 at 10:10 am #48567Thank you so much Dave !
For the red text, I added the code .current_page_item{color#13badd;} and it looks ok now.
ValérieOctober 5, 2016 at 10:14 am #48568Okay great 🙂
-
AuthorPosts
- You must be logged in to reply to this topic.