Hi there,
on our site, we have in the menu-bar 2 social icons (g+ and xing). When bringing the mouse on those icons, a colored circle is shown. So far so good. We would like to have this circle not only on mouse-over but constantly. Can you help out?
Moreover, when calling the website on a smartphone (landscape position), the main text “Wir beraten…” appears over the logo. Is there here a solution to have the text under the logo?
Best
Hi 4seed!
With regards to the social icons, try adding this code to Quick CSS or custom.css:
#top #wrap_all .av-social-link-gplus a {
color: #FFF;
background-color: #DE5A49;
}
For the logo and text, add the following in Quick CSS or custom.css:
@media only screen and (max-width:555px) and (orientation:landscape) {
#header-page .template-page .post-entry{
margin-top:50px !important;
}
}
Cheers!
Arvish
Thanks Arvish for your quick answer!!
color on social icons works, thanks :-)
Code for the landscape view has been added to quick CSS but does not bring the wished effect. Another idea perhaps?
Best