Home › Forums › All Other Themes › Condimentum Inner page Banner
- This topic has 15 replies, 3 voices, and was last updated 7 years, 9 months ago by Sonl Sinha.
-
AuthorPosts
-
February 6, 2017 at 2:32 pm #61051
I do not like to have an Inner page banner. It gives me an option to remove but when I remove it, the inner page titles go up. My test site is in www.johnxxiii.ch/staging.
February 6, 2017 at 3:30 pm #61056Check on the about us page. The Title and everything else moved to the header. Please help
February 6, 2017 at 3:35 pm #61058I have the same problem; if you don’t choose an inner banner the page setup/style is scr*wed 🙁
February 7, 2017 at 5:19 am #61113Hi Stijn,
Kindly go to Appearance>>Theme Options>>Basic Settings>>Custom CSS Box:
Add this code there:
.header .header-inner { position:relative;}
Regards,
BradFebruary 7, 2017 at 8:26 am #61150Thanks Brad, but now it’s also changed on the homepage and I want to keep it like it was there. What do I need to do then?
Thanks
StijnFebruary 7, 2017 at 8:52 am #61154Hi
Kindly go to Appearance>>Theme Options>>Basic Settings>>Custom CSS Box:
Add this code there:
.page .header .header-inner { position:relative;}
Regards,
BradFebruary 7, 2017 at 8:57 am #61158Hi Brad
That works as a charm, thanks a lot!
Another question about the color of the primary menu: when it’s in responsive mode, it switches to dark blue and I can seem to find where to change that color. Can you please help?Thanks
StijnFebruary 7, 2017 at 9:41 am #61167Hi
Kindly go to Appearance>>Theme Options>>Basic Settings>>Custom CSS Box:
Add this code there:
@media screen and (max-width:979px) {
.toggle a { color:#1d2741 !important;}
}Regards,
BradFebruary 7, 2017 at 10:08 am #61169I fully copy-pasted the code, but it doesn’t seem to work 🙁
I changed the color code to white, but I still get dark blue.
I have this in the css box now:.page .header .header-inner { position:relative;}
@media screen and (max-width:979) {
.toggle a { color:#FFFFFF !important;}
}Looking forward to your help.
StijnFebruary 7, 2017 at 10:36 am #61173Hi
Again copy my code and paste there.
Regards,
BradFebruary 7, 2017 at 10:43 am #61176Hi Brad, I did but without success. Color is not changing when I make the site smaller in Chrome 🙁
Hope you can help …
StijnFebruary 7, 2017 at 10:55 am #61178Hi
Delete last code and add this one.
@media screen and (max-width:980px) {
.toggle a { color:#1d2741 !important;}
}Regards,
BradFebruary 7, 2017 at 11:09 am #61180Hi Brad
Only this code is in the css box now, but color is not changing when responsive.
Also, no the@media screen and (max-width:980px) {
.toggle a { color:#1d2741 !important;}
}Now also the page style is scr*ewed again because this code is not in the css box anymore:
.header .header-inner { position:relative;}What shall I do?
Thanks
StijnFebruary 7, 2017 at 11:39 am #61183Hi
Try this one. Hope work this time.
@media screen and (max-width:980px) {
.toggle a { background-color:#1d2741 !important;}
}Regards,
BradFebruary 7, 2017 at 12:52 pm #61193Hello Brad
I tried and now the responsive menu changed color, not the primary menu bar 🙁
You know what I mean?Hope you can still help me further …
Stijn -
AuthorPosts
- You must be logged in to reply to this topic.