BuddyBoss Home – Web Support Forums Solutions Social Learner trouble with CSS decoding

Viewing 2 posts - 1 through 2 (of 2 total)
  • Question

    #48178
    @etechnologie

    Hello,

    Im writing to you regarding a trouble with CSS decoding.

    1. When I add the background-image to a div in Custom CSS panel – everything works on the preview.
    Let say that I’ve added:
    div.footer-inner-bottom {
    background-image: url(“http://mydomain.com/file/2015/10/stopka.png”);
    }

    2. There are no problems, everything works on the preview. I press save and publish button, clear the cache and refresh the page.

    3. The background-image doesn’t work because the browser changes
    ” signs from ” to “&#039″

    so the same string in the browser looks like:
    div.footer-inner-bottom {
    background-image: url('http://mydomain.com/wp-content/uploads/2015/10/stopka.png');
    }

    Can you please advice how to fix it? I guess the theme overwrites the decoding of CSS so it changes ” to " or ‘ to '
    Screenshot here: http://www.evernote.com/l/AOHkdt-6If1O75MsefxWI0Vgw-etH_Fz0Eg/

    Answers

    #48318

    Anonymous
    @

    Hi @etechnologie, Please try to add them inside custom.css of child theme
    Regards
    Varun Dubey

Viewing 2 posts - 1 through 2 (of 2 total)
  • The question ‘trouble with CSS decoding’ is closed to new replies.