• Resolved BMCV

    (@bmcv)


    Hi there,

    Love the theme, but I’m annoyed with the grey part on top of the page (under the top menu) that holds the page title.
    I would like both the grey area and the page title to disappear.

    Tried the ‘hide title’ plugin, but that doesn’t work and I can’t seem to find where I can disable the grey part (even when I remove the page title at all, the grey part remains).

    Hope this is clear enough to help me?

    Kind regards!!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello bmcv,

    You can hide it with CSS.

    1. Login as admin and go on theme customizer Dashboard >> Apperance >> Customize or Click on Custimze link on top bar from front-end.

    2. Then navigate Additional CSS and put below css into textarea then click Save & Publish button.

    #sub_banner { display: none; }

    If Additional CSS option not show then put css code into your current theme’s style.css file located at wp-content/themes/advance/ folder.

    Note : All Changes you done in theme’s files are gone when you update theme. So prefer Child Theme.

    Hope this will helps you.

    Thread Starter BMCV

    (@bmcv)

    Thank you very much!!
    It worked from the start.

    Really good support and clean explanation, thank you sir.

    Also, thank you for the advice regarding the child theme.
    You guys do a really good job.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Hide page title’ is closed to new replies.