I´ve added this code as you said in your documentation in order to have a text line under the logo, but nothing happens.
add_filter(‘avf_logo_subtext’, ‘kriesi_logo_addition’);
function kriesi_logo_addition($sub) {
$sub .= “Company Name”;
return $sub;
}
Thanks
Hi cipriana!
Can you please show us your web site, so we can understand the issue?
Maybe backend access would be needed.
Thanks a lot
Regards,
Basilis
The web is in maintanance mode. I send to you the backend accesss
Thanks
Hi,
Please try the following in Quick CSS under Enfold–>General Styling:
span.subtext {
position: absolute;
top: 30px;
left: 130px;
}
Regards,
Rikard
Ok, thanks!
One more thing, how can I make that text smaller? I tried adding font-size, but nothing happens.
I tried adding this
span.subtext {
position: absolute;
top: 30px;
left: 0px;
color: #000000
font-size: 14px
}
thanks
Hey!
Please try adding !important rule as following
span.subtext {
font-size: 14px!important;
}
Best regards,
Yigit
Now yes, great!
thanks
Hey!
You are welcome!
For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)
Best regards,
Yigit