this css code is a solution for you only since '#menu-item-15216' points to the menu item with specific ID. It means that this will work for your website only.
If it works for you - that's ok.
These two elements are recognized by the WordPress as 'current-items', so this is somewhat default behaviour of 'make the Menu parent item of the active subitem' more visible.
You can add an extra class 'force-transparent-menu-item' to this very men…
So you simply didn't use the correct files' names in you css code.
File is 'quicksand-v21-latin-300.svg'
and the code points to url('fonts/SemplicitaPro-Bold.eot?#iefix')
So I checked and
- the font is being loaded correctly
- the navigation menu has this font-family assigned.
what is the issue? what effect are you expecting to get?
Have you checked https://rifetheme.com/help/docs/customizing-the-theme/header/main-menu/#submenus ?
Other than this - you can always apply a custom CSS to your submenu.
The submenu is set to have 200px of width minimum.
If you want to change it - just add a Custom CSS (https://rifetheme.com/help/docs/modifications-of-theme/custom-css/) .header-horizontal .top-menu ul { min-width: 200px; }
Well, this is completely their decision.
They moved away from the Envato marketplace CodeCanyon (as we did)
They removed the lifetime license.
So - it looks like market's shifts are something we need to live with.
Yeah... problem seems to be deeper than it seemed to be. Revolution Slider changed the licensing and we cannon include the package in the theme anymore.
OK, so BbPress has it's own styles and you should address these questions to BbPress support.
I checked the URL you provided, but there are many elements that you would want to increase the font size for.
So you can overwrite this CSS rule to incre…
Would be better if you could provide the exact URL of the page that presents the issue you're talking about.
And maybe a screenshot with marked element that is affected?
Rife and the plugins work with latest WordPress. This is tested.
We're preparing to release of the major update.
KadenceBlock compatibility, native Avif support and more.
At this point it's not possible.
You would have to modify the code with use of Child Theme.
Are you using any plugin for a search bar? Or maybe you want to use standard one?
No, this is not possible.
But you can use this css to change the color. body.home .albums-bricks .archive-item:nth-child(3) .post-title { color: #000; }
Change the value in the 'nth-child' pseudoselector.