My Custom CSS contains the following:
Am I missing something?
#top .av-main-nav ul a {
width: 100%;
height: auto;
float: left;
text-align: left;
line-height: 10px;
padding: 8px 15px;
font-size: 12px;
min-height: 23px;
max-width: none;
text-decoration: none;
}
<div class=”gm-style-iw” style=”left: 12px; top: 5px; width: 228px; height: 158px; overflow: auto; position: absolute;”><div style=”overflow: auto;”>
h2.avia-caption-title { font-size: 24px !important; }
.avia-caption-title { font-size: 20px !important; }
.avia-caption-content { font-size: 26px !important; }
#top #menu-item-search {
display: none;
}
#after_layer_slider_1 {
border-top: none!important;
}
#header_main {
border-bottom: none!important;
}
div#full_slider_1 div.avia-slideshow-arrows.avia-slideshow-controls {
display: none;
}
Thanks
Rick
obviously there are other css class codes that are wanted..
My attempt after reviewing the forum was to add the following of which had no effect:
#after_layer_slider_1 {
border-top: none!important;
}
#header_main {
border-bottom: none!important;
}
Thanks
Hey!
Please try adding following code to Quick CSS
.home .content { padding-top: 0; }
If that does not work, please post the link to your website
Cheers!
Yigit
No Effect… even tried adding !important
Frustrated Rick