Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #887214
    olbitco
    Participant

    Hi,
    I search a long time but I think I missed something out.

    I installed your x-child theme because I need to modify your integrity light stack, but the only CSS file I can access to is the style.css (chich is empty by the way)

    Do I need to manually import my X theme integrity-light.css file to x-child root ?

    thank you

    #887637
    Paul R
    Moderator

    Hi,

    Thanks for writing in!

    No need to import integrity-light.css and yes it is empty by default.

    You just need to add your custom css and it should override integrity’s default css leaving your parent theme’s style.css as is.

    eg. To change background color of the menu, add the code below in your child theme’s style.css

    
    body .x-navbar {
       background-color:red;
    }
    

    https://community.theme.co/kb/how-to-setup-child-themes/
    https://community.theme.co/kb/customization-best-practices/

    Hope that helps.

    #887885
    olbitco
    Participant

    Thank you ! 🙂

    #888051
    Thai
    Moderator

    You’re most welcome 🙂

    If you need anything else please let us know.

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