Redhill width and page headings

  • Unknown's avatar

    Hi
    I’m just trying to solve two issues using the Redhill theme.
    Firstly I’m trying to remove the heading on each page just underneath the menu. (i.e. on the Home page it says Home just under the menu).
    The second is I’m trying to increase the overall width of the page.
    Can anyone help with either issue?
    Thanks

    The blog I need help with is: (visible only to logged in users)

  • Hi there,

    Firstly I’m trying to remove the heading on each page just underneath the menu. (i.e. on the Home page it says Home just under the menu).

    This can be done with custom CSS:

    /* Hides title on pages */
    .page .entry-title {
      display: none;
    }

    The second is I’m trying to increase the overall width of the page

    The content area for this theme is full-width by default, and you control the width of individual blocks of content using the block settings available in the editor – an block that can be set to full-width will display that way in this theme.

    Looking at the source code for your site in my browser inspector, it appears you’re using the SiteOrigin page builder, rather than the block editor, to add your content to that page, which means the width you see there is being controlled by that plugin. So please contact their support directly for help with this kind of change.

    While we can provide support for the self-hosted version of this theme in these forums, we’re not able to assist in modifying elements or styling that is being controlled by other plugins you’re using on your site.

  • The topic ‘Redhill width and page headings’ is closed to new replies.