Site logo

Archived topic

element

3 replies · Started by Anas on April 23, 2020

Viewing posts 1–4 of 4

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 :)

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.

Both worked. Thanks!

You're welcome

This archived topic is closed to new replies.