Tagged: ,

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #56871
    Mark Spiller
    Guest

    Hi –

    Working on getting our site updated. Trying to decide whether to use the global page title bar or not. I see some options under “Design-Site Content-Page titles”, like colors, font size, text position. Still working my way through all the options, but I don’t see any way to change the actual size of the bar? It feels a little taller than I would like it to be, but the padding seems to be fixed? Is there somewhere else that can be adjusted?

    E.g., http://www.snowcamping.org/about-us/

    Also have a few unrelated questions about menus –

    1) Is it possible to have a menu item that is simply a parent of a sub-menu, and does not link to anything? E.g., the “Training” menu item would have three children, but not open anything itself otherwise? I see the options for adding menu items for pages, posts, and custom links, those don’t seem correct. It is not immediately apparent what categories does, but it doesn’t seem to do this either?

    2) Is there any way to change the type of an existing menu item, or do you have to delete and recreate it?

    Thank you!
    Mark

    #56927
    Brandon C
    Keymaster

    Hi Mark,

    Thanks for reaching out with your Crio Pro WordPress theme questions.

    You were looking in the right place but I don’t think we have a control at the moment to adjust the padding of page title backgrounds. You can however adjust the padding of using some custom CSS.

    From your WordPress dashboard choose Appearance > Customize > CSS/JS Editor and add something like this to adjust the padding:

    .page-header-wrapper .page-header .featured-imgage-header {
        padding: 2.8rem 15px;
    }

    For your next question yes it is possible to add a dead link to your sub-menu item. What you should do is add the sub-menu item as a Custom Link and use https://# for the link URL.

    Lastly, the types are specific to the Post Type of the page or post they represent so you would actually have to remove the item if you wish to replace it with a different element.

    I hope this helps Mark! Let us know if there’s anything else that we can answer for you.

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘How do I customize the size of the global page titles in Crio WordPress theme?’ is closed to new replies.