• Resolved stig0404

    (@stig0404)


    hello,

    I am having problems removing header, title, image and url for one page, dont want to remove in general, only on one page.

    Have tried with different variations of css, footer dissapeard, but not header.. Could there be something in the theme blocking it?
    Does theme css override?

    Have tried all these combinations in “Extra CSS”, also tried in custom css on page, but didnt get any to work there..

    .page-id-9170 header {
    display: none;
    }
    .page-id-9170 page-title{display: none;
    }
    .page-id-9170 entry-title {
    display: none;
    }
    .page-id-9170 page-header{
    	display: none;
    }

    Have added a snip here to show what I mean,
    https://drive.google.com/drive/folders/1iojqGULjyqpzMSnTrKnIGeUwDI2XXAsC?usp=sharing

    Any suggestion?

    Thanks for any help I can get

Viewing 2 replies - 1 through 2 (of 2 total)
  • Mirko P.

    (@rainfallnixfig)

    Hi @stig0404,

    Your link is not accessible since it’s private. You can make it public for us to check.

    For overrides, you will want to use the !important rule in CSS which is used to add more importance to a property/value than normal.

    If that doesn’t work please share a direct link/URL to the page and we can take a look and try to help you out.

    Thanks.

    Mirko P.

    (@rainfallnixfig)

    Hi there,

    Just a heads up, we’ve not heard back from you in a while so I’ll go ahead and mark this thread as resolved. Hopefully, you were able to find a solution to this issue.

    If you have further questions, please feel free to open a new topic.

    Thanks.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Problem removing header/url in title’ is closed to new replies.