Home › Forums › All Other Themes › Editing Content below slider
- This topic has 22 replies, 2 voices, and was last updated 4 years, 7 months ago by Sonl Sinha.
-
AuthorPosts
-
April 27, 2020 at 10:27 am #150481
Thank You so Much!
Last question: I can’t see the mobile menu because my background is white.
I’d like to change the 3 lines (hamburger) color
and I’d also like to change the top bar color when someone clicks on the menu.Can you show me the right css to place in custom css?
Hope your day is going well. ; )
April 27, 2020 at 12:04 pm #150487Hi,
Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:
@media screen and (max-width:767px) { #simple-menu .fa-bars { color: #282828 !important; } .pad_menutitle { background-color: #000 !important; } }
Regards,
DaveApril 27, 2020 at 12:43 pm #150491Perfect! Thank You, Thank You, Thank You!
SKT Themes are Great!April 28, 2020 at 4:24 am #150518Hi,
If you found our service good kindly review us here: https://www.trustpilot.com/review/sktthemes.org
Regards,
DaveMay 5, 2020 at 12:42 pm #151098I left SKT an amazing review!
I had two more questions sorry.
Is it possible to resize the height of the menu? (Is that based on my logo image?)
Also is it possible to force the menu to hover at the top even when scrolling down a page?
Thank You!
May 6, 2020 at 4:44 am #151130Hi,
Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:
.logo img { margin-top:8px; margin-bottom:0;} #topmenu ul li a { padding:44px 22px;} .header_wrap.layer_wrapper { width: 100%; float: left; position: sticky; top: 0; z-index: 10;}
Regards,
DaveMay 7, 2020 at 2:42 am #151228Thank You!
That worked on the front page and looks great, but does not work on any other page with the page attribute-Template: Page Full Width
(The page attribute-Template: SKT Builder wasn’t as visually appealing so I can’t switch them.)Is there a way to make the menu hover on all my other pages with page attribute-Template: Page Full Width?
I really appreciate all the work you’ve done to help me!
May 7, 2020 at 7:17 am #151251Hi,
Kindly show us the particular page URLs where you want the changes to happen.
Regards,
Dave -
AuthorPosts
- You must be logged in to reply to this topic.