Static Menu
The topic ‘Static Menu’ is closed to new replies.
Need help? Check out our Support site, then
Hey!
The default for this theme on desktop is to have the menu static on the page, is there any way to change that in the theme’s presets? Thanks :)
The blog I need help with is: avittoria.wordpress.com
One more question! For the desktop breakpoint, how do I change the rollover state from white to translucent?
One more question! For the desktop breakpoint, how do I change the rollover state from white to translucent?
Hi there,
unfortunately there is no option in the Ongiri theme to not fix-position the title, I hope you still like the theme anyways.
Regarding the rollover, do you mean the image rollover? If so, you would need to have custom CSS (only available with the “Custom Design” upgrade). Then you can use the following CSS:
@media screen and (min-width: 1150px) {
.jetpack-portfolio-shortcode .entry-thumbnail:hover,
.jetpack-portfolio-shortcode a.portfolio-featured-image:hover {
opacity: 0.3;
filter: alpha(opacity=30);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
}
}
The topic ‘Static Menu’ is closed to new replies.