Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #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

    #883055

    Hey,

    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,
    Yigit

    #883181

    Thank 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

    #883579

    Hi,

    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,
    Yigit

    #883827

    Hi 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!

    #883828

    although it is appearing correctly when pasting in the thread?

    #883829

    Hey!

    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!
    Yigit

    #883873

    Thank you

    Can I add this anywhere under Functions.php or is there a specific location?

    Please advise

    #883880

    Hey!

    Please add it to the bottom of the file. I personally find it easier to track changes in the file :)

    Regards,
    Yigit

    #883904

    You rock!

    Thank you :)

    #883924

    Hi,

    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

Viewing 11 posts - 1 through 11 (of 11 total)
  • The topic ‘Partner/Logo element background issue’ is closed to new replies.