Child theme styling

Home Forums Jevelin Theme Child theme styling

Home Forums Jevelin Theme Child theme styling

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    RESOLVED Posts
  • samclark01
    Participant

    Hi

    When I try and make ammendments to the child theme by adding them into the style.css, nothing happens. I followed the instructions by installing Jevelin first, then the child theme. I want to make some whole site changes to page padding and such.

     

    external.gw-hs.org

     

    Sam

    Shufflehound
    Moderator

    Hi there,

     

    Do you want to add some extra CSS code or edit our main style.css file?

     

    Best regards

    Shufflehound team

    samclark01
    Participant

    I’ve added it into the Theme Settings > Custom Code now within the Child theme. Thank you.

    Shufflehound
    Moderator

    We are glad that this issue is fixed. ?

    samclark01
    Participant

    Sorry, i want to add some extra code. When i add it into the Custom code within the theme it gets over ridden by the code already in the main themes style.css

     

    I am trying to move the breadcrumb to underneath the title. So it looks like

    About Us

    Home > About Us

     

    About Us

     

    Sam

    Shufflehound
    Moderator

    Hi there,

     

    You can add !important at the end of your CSS snippets and that should overwrite it.

     

    Like that:

    .test-class {

    color: red!important;

    padding: 10px!important;

    }

Viewing 6 posts - 1 through 6 (of 6 total)