Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #274346
    Terribleanne
    Participant

    Good Afternoon or evening 🙂

    Please could you assist me with two CSS codes for the following.

    1. On Mobile only on the blog posts, my hamburger menu is a very dark grey almost transparent. I don’t want to change the font colors or the wrapper. Just the actual Hamburger menu.

    2. I want to have my two blog posts next to each instead of underneath each other on the Homepage. The blog posts are above my footers. I just want them side by side.

    I appreciate any assistance. My website is https://aneye4aneye.co.za

    Kindest regards

    #274387
    Skandha
    Participant

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

    /* To change the color of hamburger menu and text in single post page */
    .single-post #masthead * {
        color: #fff;
    }
    .single-post .menu-bars .bars {
     	background-color: #fff;
    }

    I am afraid it is not possible to have the posts side by side. If you really need it I suggest you to hire a customizer to get it done.

    Let me know if this helps you out!
    Kind Regards,
    Skandha

    #274411
    Terribleanne
    Participant

    Perfect thank you so much, it worked like a charm 🙂

    No Problem, I will leave it as it is, for now, will change it at a later stage. 🙂

    #274469
    Skandha
    Participant

    @terribleanne: Glad it worked out. Have a good day! 🙂

    Kind Regards,
    Skandha

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Mobile Menu For Post Pages & Blog layout’ is closed to new replies.