Forum Replies Created
-
in reply to: Mega menu positioning problemThis reply has been marked as private.in reply to: Menu hover style
Hi there.
I actually have the code exactly as you replied in my custom CSS box (I have no idea, why it shows without ‘[‘ and ‘]’ for you):
.header_1 nav .menu > li > a::before {
margin-right: 10px;
content: ‘[‘;
-webkit-transform: translateX(20px);
-moz-transform: translateX(20px);
transform: translateX(20px);
}
.header_1 nav .menu > li > a::after {
margin-left: 10px;
content: ‘]’;
-webkit-transform: translateX(-20px);
-moz-transform: translateX(-20px);
transform: translateX(-20px);
}
in reply to: Transparent headerHi there.
Yes this option gives transparent header but it is unflexible. It inserts page title on the header image (which I don’t want). I mean: is there a way to get transparent menu and not to use 1) slider 2) page header.
I’d like to insert a row with visual composer (with background image) in place of the header. I could then easily add any element or custom text on this row (which I can’t do with the theme’s page header). You can do this easily with most of the Themeforest’s bestselling multipurpose themes.
in reply to: Menu hover styleThis reply has been marked as private.in reply to: Codeless slider fontsThis reply has been marked as private.in reply to: Menu hover styleThanks!
Which header style should I use in this case? This CSS is not working currently with my chosen header style.
in reply to: Body text links underlineThanks,
this is working!
in reply to: Menu hover styleOk,
that’s a pity, the brackets were cool. Any chance you will enable them again?
in reply to: Body text links underlineHi there,
your CSS is affecting pretty much every link on page: menu, icons, sidebar widgets etc.
I need to just style body text links:
– links in blog post (or portfolio post) body
– links in text block element
I guess this is a very common request for styling body text. Please help.
in reply to: Lists positioning problemThanks,
problem solved! :)