How to hide unnecessary words under menu
-
Hi, I want to hide unnecessary words under the menu, which is explaining it.
In my page,
https://mamukblog.com/portfolio/I want to hide “포트폴리오”.
Your staffs gave me some information about it using CSS, but it doesn’t work as what I want.
The way they gave me was to cut and paste the following code:
.inner { display: none; }
in the CSS box.
But if I type this code, the selecting portfolio’s type part also disappear.
(In that page,
SHOW ALL VIDEO INSTALLATION )I just want to hide “포트폴리오”.
Can you help me?
Thank you!!The blog I need help with is: (visible only to logged in users)
-
Hi there, the theme designer used the same CSS class for the lower section, so we have to get a bit more specific with the CSS selector. Add the following to your custom CSS.
#section-top { display: none; } -
-
I’m glad Richard’s CSS helped, @heesookwon! Feel free to open a new thread on this forum if anything extra comes up.
- The topic ‘How to hide unnecessary words under menu’ is closed to new replies.