Archived topic
element
3 replies · Started by Anas on April 23, 2020
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