Hi Kriesi,
first of all thanks for such a great theme like Enfold.
1) How can I change the thickness of the border underneath the logo / main memu area ? (I’m able to change the color in the General Styling / Logo Area tab).
2) I want to activate the “Display only Title” option in the Header tab, but the font size is far too large. Where or how can I change that?
Thanks very much for your help.
Jürgen
Hi juergmahler!
1. Add this to your custom CSS.
#header_main {
border-bottom-width: 1px !important;
}
2. Add this to your custom CSS.
.main-title, .main-title a { font-size: 12px !important; }
Cheers!
Elliott
Hey!
It’s because of some custom styles you have set for the H2 element. Add this to your custom CSS to overwrite it.
.caption_left .avia-caption-title {
background: none repeat scroll 0 0 transparent !important;
}
Best regards,
Elliott
Dear Elliott,
thanks very much. I have deleted the white background in the H2 custom styling, worked perfectly.
Best regards,
Jürgen