- This topic has 4 replies, 2 voices, and was last updated 2 years, 2 months ago by .
Viewing 5 posts - 1 through 5 (of 5 total)
Viewing 5 posts - 1 through 5 (of 5 total)
- You must be logged in to reply to this topic.
Home › Forums › Pro Themes › Blog Pro › Header style (Smooth blog pro)
If I maeke the menu sticky and start scrolling the menu is changing the colour and size. How can I change the sticky meny colour and how can I change the size of the menu because right now the logo that is on the menu will go out of the sticky meny boundaries. Otherwise looks ok on the normal menu if it is not scrolling.
Hello @ALVARUUS2, Please add this CSS in the Additional CSS
@media screen and (min-width: 1025px) {
.menu-sticky .nav-shrink nav#site-navigation {
background-color: unset;
position: unset;
}
.menu-sticky #masthead.nav-shrink {
position: fixed;
}
}
Go to Customizer >> Appearance >> Additional CSS, paste the above CSS, and publish the site.
Regards,
Sanam
Hi!
This didnt work. Please see the site URL. https://tassitais.ee/koduleht/
Hi,
Please use the below CSS instead and change the color or padding as per your requirements.
.menu-sticky .nav-shrink nav#site-navigation {
background-color: #fff;
}
@media screen and (min-width: 1025px){
.menu-sticky .nav-shrink #site-navigation {
padding: 20px 0;
}
}
As for the other issues that you have mentioned. Seems like it’s working fine on our side. you might wanna update the theme to it’s latest version.
Also, please send us your site login credentials through our contact form ” https://themepalace.com/contact-us/ so that we can look into the issue.
Regards,
Sanam
Managed to fix this. Thanks!
Cookie | Duration | Description |
---|---|---|
cookielawinfo-checkbox-analytics | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Analytics". |
cookielawinfo-checkbox-functional | 11 months | The cookie is set by GDPR cookie consent to record the user consent for the cookies in the category "Functional". |
cookielawinfo-checkbox-necessary | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookies is used to store the user consent for the cookies in the category "Necessary". |
cookielawinfo-checkbox-others | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Other. |
cookielawinfo-checkbox-performance | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Performance". |
viewed_cookie_policy | 11 months | The cookie is set by the GDPR Cookie Consent plugin and is used to store whether or not user has consented to the use of cookies. It does not store any personal data. |