[Support request] Header on about page different than site

Home Forums Support [Support request] Header on about page different than site

Home Forums Support Header on about page different than site

Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #1647208
    Lisa

    Hi there,
    The header on my About Page is different than the Header on my Site page.
    I would like to header to be the same on all of my pages if possible.

    Also, I would like my site page to be my home page. Is this possible?
    If I change my site page to static instead of a blog page can I add a row with columns and widgets to it?

    I’m using elementor pro to customize my pages. So far I find generatepress and elementor pro difficult to use. I would like to find GREAT training how to use both together. Any training you can point me to will be helpful.

    Thanks!!

    #1647384
    Ying
    Staff
    Customer Support

    Hi Lisa,

    Any chance you can link us to the site in question?
    You can use the private information field.

    For your second problem I don’t fully understand, could you specify it? Thanks! Basically you’ll be able to create any kind of layout in a static page.

    For the training, unfortunately we don’t have the resources, I’m sure you can find a lot info on google πŸ™‚

    #1647425
    Lisa

    Hi, I’m working on a blog now, and again the header is different than my site (home) page. It doesn’t look good. How do I keep the header the same as the text (great vibes), text size, text style, etc as the header text on my site page?

    Please advise.

    Thanks!!

    #1647472
    Lisa

    Hi Ying,
    I’ve included the information in the private information field, as requested.

    On my site page (home page) I want the ability to add rows with columns and widgets. The only way I think that’ll work is if the page is static.

    Thanks.
    Lisa

    #1647477
    Ying
    Staff
    Customer Support

    Hi Lisa,

    I can see your homepage, but I need login info to see the blog page.
    Sorry can’t help without seeing the code for now, you could try to publish it temporarily and we’ll have a look asap πŸ™‚

    #1647486
    Lisa

    Hi Ying, I’ve provided information in the private information section.
    Thanks,
    Lisa

    #1647512
    Ying
    Staff
    Customer Support

    It still needs login info to see the page.

    #1647622
    Lisa

    Hi Ying,

    I’ve added information to the private information field, as requested.

    Thanks,

    Lisa

    #1647655
    Ying
    Staff
    Customer Support

    It should’ve been the wordpress login info, sorry I didn’t specify it.
    https://www.screencast.com/t/klpWXADUiSE

    #1648365
    Lisa

    Hi Ying,

    I’ve added information to the private information field, as requested.

    Thanks,

    Lisa

    #1648503
    Ying
    Staff
    Customer Support

    Hi Lisa,

    I checked your staging site, the reason that about page has different heading and navigation is that they’re using the style from elementor, the elemntor style is overwriting the setting from customizer.
    https://www.screencast.com/t/N0gAGyXe1

    Check if there’s any settings in elementor that the style won’t apply to header and navigation.

    Let me know πŸ™‚

    #1651930
    Lisa

    Hi Ying,
    Thanks for looking at my site.
    See my message in the private information field.

    Lisa

    #1652142
    Ying
    Staff
    Customer Support

    Hi Lisa,

    CSS is definitely not a good idea, it could only be a temporality solution, since if you change any about the site title and primary navigation settings in customizer in the future it won’t apply to all the pages.

    I provide the CSS below, but you’ll still need to find out how to prevent elementor style takes over the customizer style πŸ™‚

    .page .inside-header .site-branding p.main-title a {
        font-family: "Great Vibes", handwriting;
        font-weight: 100;
        font-size: 59px;
    
    .page .main-title a, .main-title a:hover {
        color: #222222;
    }
    .page #primary-menu ul li a {
        font-family: "Work Sans", sans-serif;
        font-weight: 400;
        text-transform: uppercase;
        font-size: 17px;
    }
Viewing 13 posts - 1 through 13 (of 13 total)
  • You must be logged in to reply to this topic.