Viewing 18 posts - 1 through 18 (of 18 total)
  • Author
    Posts
  • #216593

    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

    #217134

    Hi anab!

    Please add following code to Quick CSS in Enfold theme options under Styling tab

    #header_meta { display: none; }

    Regards,
    Yigit

    #217143
    This reply has been marked as private.
    #217146

    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

    #218491
    This reply has been marked as private.
    #218582
    This reply has been marked as private.
    #218645

    Hey!

    Try adding this code to the Quick CSS:

    td {
        padding: 4px 6px !important;
    }

    Cheers! 
    Josue

    #219653
    This reply has been marked as private.
    #219784

    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

    #220058
    This reply has been marked as private.
    #220120

    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

    #220198
    This reply has been marked as private.
    #220200

    Hey!

    The table is too big, try increasing the container width size to 1210px (Enfold > General Settings).

    Regards,
    Josue

    #220204
    This reply has been marked as private.
    #220205

    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

    #220648
    This reply has been marked as private.
    #220705
    This reply has been marked as private.
    #220770

    Hey!

    Create a new contact page but don’t add the menu on Appearance > Menus. The menu item will not show unless you add it.

    Regards,
    Ismael

Viewing 18 posts - 1 through 18 (of 18 total)
  • The topic ‘Hiding very top Banner so not a double navigation’ is closed to new replies.