dear team
hope all is well i had install demo http://kriesi.at/themes/enfold-shop/ and now i want to add text next to my logo how can i do it.
Hey dith_solanki,
You can add the following custom code at Enfold Theme Options > General Styling > Quick CSS
.logo img:after {
content: "Your text";
display: block;
}
Best regards,
John Torvik
Doesn’t work
Hi,
You can try this:
.logo:after {
content: "Your text" !important;
display: block !important;
}
Best regards,
John Torvik
hey John Torvik it doesn’t work
i have used this demo and i want to head heading next to my logo
Hi,
It might be better if you tried to add a widget area to the header, could you try that out please? http://kriesi.at/documentation/enfold/adding-a-widget-area-to-the-header/
Best regards,
Rikard
Hey Rikard thanks alot it showed but there is mirror problem http://taml.co.zm/ please check my site the wording comes behind the company logo but i want it to come after how can i adjust it
Hi,
Add the following to quick css:
#text-7{
margin-left:100px!important;
}
Best regards,
Jordan Shannon
hey Jordan Shannon thank you so much it worked great.
Hi,
Great! If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon