This topic has 8 replies, 3 voices, and was last updated 3 years, 8 months ago ago by Robert Hall
hello,
is there any way to do this with the theme?
http://prnt.sc/1095bji
http://prnt.sc/1095bvt
Hello,
Theme Options > Header builder > Add connection block into the header content > add elements inside the block, for example – https://prnt.sc/1096ucx , use HTML or Button element to add Blog there. Or you can create a new menu with the desired links and icons and show it in the header via Secondary menu element.
Regards
Hello, thanks for your quick reply.
i have created the connection block and the elements inside the block.
i just want when the mouse going to the element , to become black like the picture that i sent you.
http://prnt.sc/1095bvt
Hello,
Custom CSS can be used. Could you provide URL of the site?
Regards
For which elements of your header do you want to get the mentioned hover effect. Provide a screenshot, please.
Regards
i was thinking all of them
http://prnt.sc/109faj5
but you can help to one of them and i can do it to the others
Hi
Add the following mentioned CSS code in additional CSS by going to Dashboard > Appearance > Customization > Additional CSS
.header-top .et_connect-block span:hover, .header-top .et_connect-block .et_b_header-menu li a:hover {
background: #000;
color: #fff;
}
You must be logged in to reply to this topic.Log in/Sign up