Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #293754
    Grower
    Participant

    Hello!
    First, I want to thank you for this wonderful theme and your support!
    Second, how can I remove the big picture to the left of the section “Hero Content” on main page?
    http://potokdc.ru/
    Regards, Alex

    #293771
    Skandha
    Participant

    @grower: Hello Alex,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    #hero-section .post-thumbnail-background {
        display: none;
    }
    #hero-section .entry-container {
        margin: 0 auto !important;
        padding-left: 0 !important;
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

    #293776
    Grower
    Participant

    Thank you very much, Skandha!
    I leaved review https://wordpress.org/support/theme/bold-photography/reviews/

    Another small question – if I delete the Main menu, then links to all active pages appear there. How to remove them? So that there is no Main menu at all.

    #293778
    Skandha
    Participant

    @grower: Hello Alex,
    Thank you for your wonderful review.

    To remove the main menu altogether
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    #site-header-menu {
        display: none;
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

    #293780
    Grower
    Participant

    Once again, thank you very much!

    #293789
    Skandha
    Participant

    @grower: Glad I was able to help you out. Have a good day! 🙂

    Kind Regards,
    Skandha

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Remove big picture in Hero Content’ is closed to new replies.