
-
AuthorPosts
-
November 29, 2017 at 2:03 pm #883046
Hi there
After adding links to partner/logo element the background becomes grey
http://www.letsbuildmasibulele.co.za
Have added custom css in the following thread to no prevail
https://kriesi.at/support/topic/partnerlogo-element-background-color-when-linked/
Please advise
November 29, 2017 at 2:38 pm #883055Hey,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
#top .avia-logo-element-container .slide-image { background: transparent !important; }
If that does not help either, please create temporary admin logins and post them here privately.
Best regards,
YigitNovember 29, 2017 at 8:47 pm #883181Thank you!
Working perfectly :)
Do you by any chance have the css / steps to insert another website link in the footer?
Currently footer is set to:
© Copyright – Let’s Build Masibulele [nolink]
Id like it be
© Copyright – Let’s Build Masibulele created by i11 [link to http://www.i11.co.za]
Please advise
November 30, 2017 at 10:15 pm #883579Hi,
You are welcome!
You can use HTML in copyright field. In your case, you can add following
© Copyright – Let’s Build Masibulele created by <a href="http://www.i11.co.za" target="_blank">i11</a> [nolink]
Best regards,
YigitDecember 1, 2017 at 11:16 am #883827Hi Yigit
Thank for this, however, it doesn’t appear to be showing correctly
Have pasted the following into the Enfold > Footer > Copyright field
© Copyright – Let’s Build Masibulele created by i11
Please advise
can check by visiting http://www.letsbuildmasibulele.co.za to see how its displaying copyright in footer
Thanks!
December 1, 2017 at 11:17 am #883828although it is appearing correctly when pasting in the thread?
December 1, 2017 at 11:23 am #883829Hey!
Please add following code to Functions.php file in Appearance > Editor
add_filter("kriesi_backlink","new_nolink"); function new_nolink(){ $kriesi_at_backlink = ""; return $kriesi_at_backlink; }
Then remove [nolink] from copyright field. That should help :)
Cheers!
YigitDecember 1, 2017 at 1:04 pm #883873Thank you
Can I add this anywhere under Functions.php or is there a specific location?
Please advise
December 1, 2017 at 1:14 pm #883880Hey!
Please add it to the bottom of the file. I personally find it easier to track changes in the file :)
Regards,
YigitDecember 1, 2017 at 2:24 pm #883904You rock!
Thank you :)
December 1, 2017 at 3:57 pm #883924Hi,
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 start new threads under Enfold sub forum and we will gladly try to help you :)Best regards,
Yigit -
AuthorPosts
- The topic ‘Partner/Logo element background issue’ is closed to new replies.