Home › Forums › All Other Themes › Some qustions about Modelling theme
- This topic has 3 replies, 2 voices, and was last updated 5 years, 6 months ago by
Sonnal S Sinha.
-
AuthorPosts
-
May 3, 2018 at 2:32 pm #100557
Hi,
I have some questions about Modelling theme.
1) I would like the items on the left side of the header to be on the same line. Now there is a line with the icons of the social networks and below the address. How can I make them all on the same line?
2) What is the selector for the current items in the top menu? I want to customize the color and thickness of the font.
3) In the mobile view, the transparent header and the menu cover the slide. How can I solve that?
Thank you very much for your help!!
Regards,
VanessaMay 4, 2018 at 12:18 pm #1006241) Ans: Go to Appearance » Customizer » basic » Custom CSS Box add CSS
.head-info-area .left .phntp, .head-info-area .left .emltp {float: left;line-height: 27px; padding-top: 8px;}
2) Ans: Go to Appearance » Customizer » Header » Header scroll down find text ‘Menu Active Text Color’ Or ‘Menu Font’ and change color and thickness of the font.
3) Ans: Go to Appearance » Customizer » basic » Custom CSS Box add CSS
@media screen and (min-width:768px){ .home.has_trans_header .header{ position:relative !important} }
Regards,
ShriMay 4, 2018 at 3:46 pm #100641Hi Shri,
Thank you very much!! All issues solved!!
Regards,
VanessaMay 7, 2018 at 7:34 am #100732Great 🙂
-
AuthorPosts
- You must be logged in to reply to this topic.