Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1389034
    podomani
    Participant

    This happens on every new site I setup with X, using the child theme: CSS changes won’t show up.

    Issue #1: I’m downloading the child theme from the the user section here. It says the child theme is supposed to be 3.2.2, but when I download it, it shows version 1.0. It also has no enrique function in it, so is there the wrong version up on your servers?

    Issue #2: CSS changes (using the renew stack) won’t show if I edit under global CSS or the Customize CSS in the admin section, let alone in my child theme style sheet.

    #1389036
    podomani
    Participant
    This reply has been marked as private.
    #1389201
    Darshana
    Moderator

    Hi there,

    Would you mind providing us with login credentials so we can take a closer look? To do this, you can make a post with the following info:

    – Link to your site
    – WordPress Admin username / password
    – FTP credentials

    Don’t forget to select Set as private reply. This ensures your information is only visible to our staff.

    #1389311
    podomani
    Participant
    This reply has been marked as private.
    #1389820
    Christopher
    Moderator

    Hi there,

    Your code is not quite right, it should be :

    .x-logobar {
    background-image: url('http://www.fusecafe.com/newtown/wp-content/uploads/2017/02/header-1.jpg');
    }

    You’re using updated version of child theme too.

    Hope it helps.

    #1390375
    podomani
    Participant

    Okay.. my code was in the Global CSS under customize. I took that out and added it to the child theme style sheet, but no changes from the style sheet are working.

    #1390480
    Rupok
    Member

    Hey there,

    Your code is working fine from your Child Theme – http://prntscr.com/eeq58a

    Cheers!

    #1390508
    podomani
    Participant

    What changed? I have to go through this everytime I install X and the child theme.

    #1390534
    podomani
    Participant

    Still not right. Trying to make the background of the menu transparent. My stylesheet code is being overwritten as thought he stylesheets are loading out of order?

    #1390854
    Nabeel A
    Moderator

    Hi again,

    The code added in your Customizer has a higher priority than in child theme’s style.css, however you can override it by adding !important at the end, for example change your code like this:

    .x-btn-navbar.collapsed {
        background-color: transparent !important;
    }

    Hope this helps!

  • <script> jQuery(function($){ $("#no-reply-1389034 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>