• Hi there!

    I have 2 questions:
    1. How can I hide the grey ‘lines’ around for example my header, my logo, etcetera?
    2. How can I hide the title (which now says ‘untitled’) on my front page? I tried to do this with several css codes, but until now it doesn’t work.

    Hope you can help. Thank you!
    Kind regards,

    Esmee

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author Vinod Dalvi

    (@vinod-dalvi)

    I hope you are well today and thank you for your question.

    You can try achieving this using below CSS code.

    .home #main > article > header.entry-header {
        display: none;
    }
    
    #masthead .header-top-nav {
        border: 0;
    }
    
    #masthead .header-nav-wrapper {
        box-shadow: none;
    }

    Best regards,

    Thread Starter esmeeoms

    (@esmeeoms)

    Thank you for your reply. I’ve added the CSS code, but the front page title is still saying Untitled when left empty. Is there another way to leave it blank? Also, I’m trying to add text above my social icons: Follow us. Is there a way to add the text without using a plugin?

    Thank you very much for helping!
    Kind regards,

    Esmee

    Theme Author Vinod Dalvi

    (@vinod-dalvi)

    Thank you for your reply. I’ve added the CSS code, but the front page title is still saying Untitled when left empty. Is there another way to leave it blank?

    It seems you have added the shortcode [DISPLAY_ULTIMATE_SOCIAL_ICONS] in the CSS code as below therefore the shared CSS code is not working so please remove the shortcode.

    @media screen and (min-width: 56.875em){
    #page .collapse.navbar-toggleable-xs.navbar-ex1-collapse {
        float: none;
        margin: 0 auto;
        display: table;
    }
    }[DISPLAY_ULTIMATE_SOCIAL_ICONS]
    }.home #main > article > header.entry-header {
        display: none;
    }
    
    #masthead .header-top-nav {
        border: 0;
    }
    
    #masthead .header-nav-wrapper {
        box-shadow: none;
    }
    }
    }

    Also, I’m trying to add text above my social icons: Follow us. Is there a way to add the text without using a plugin?

    You have to develop custom code to achieve this.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Hide lining blocks + hide title front page’ is closed to new replies.