Hello – How can I hide the very top header so no double navigation
ie Home top banner and then on navigation bar
see previous forum thread
Hi anab!
Please add following code to Quick CSS in Enfold theme options under Styling tab
#header_meta { display: none; }
Regards,
Yigit
Hi!
Please try flushing browser cache and refresh your page a few times. It is removed on my end http://i.imgur.com/iyLvvpm.jpg
Best regards,
Yigit
Hey!
Try adding this code to the Quick CSS:
td {
padding: 4px 6px !important;
}
Cheers!
Josue
Hi!
Add this to move the image map below the table on iPad view:
@media only screen and (max-width: 989px) and (min-width: 768px) {
.page-id-1195 .flex_column.av_one_half.avia-builder-el-11.el_after_av_one_half {
clear: both;
}
td {
padding: 10px 15px !important;
}
}
Cheers!
Ismael
Hey!
Yes, you can target that row, use this code:
.page-id-1195 table tr > td:first-child {
font-weight: bold !important;
color: black !important;
background: #F5F5F5 !important;
}
Change the properties the way you’d like.
Best regards,
Josue
Hey!
The table is too big, try increasing the container width size to 1210px (Enfold > General Settings).
Regards,
Josue
Hey!
Actually, the lot map is over the table, maybe you can try turning this image into a transparent PNG, that could help with the table visibility.
Regards,
Josue