Home Forums Support element

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1251074
    Anas

    Hi,

    I have two questions..

    1. How to differentiate between the <article> elements of the main page posts and the one <article> element of the blog post page? I want to apply margin-bottom:0px only to <article> element of the blog post page. How to achieve that?

    2. How to get rid of ‘Menu’ text in the navigation bar of the mobile version? https://imgur.com/x7il6X0

    I really appreciate it 🙂

    #1251262
    David
    Staff
    Customer Support

    Hi there,

    1. This CSS:

    .single-post .post {
        margin-bottom: 0;
    }

    2. In Customizer > Layout > Primary Navigation –> Mobile Menu Label – delete the contents of that field.

    #1251616
    Anas

    Both worked. Thanks!

    #1252753
    David
    Staff
    Customer Support

    You’re welcome

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.