Okay
  Public Ticket #2731585
Custom CSS not working on Bifrost Child
Closed

Comments

  •  1
    mtmymtm started the conversation

    I've setup a page before and as recommended to add a new 'decorator' for the menu item I had added

    .l-primary-header .a-menu-badge.fresh > a:not(.menu-item-icon)::before {   content: 'Fresh';
        background-color: #333;
    }


    and that worked perfect.

    However I'm setting up another page with Bifrost and doing the same thing but the custom CSS (from Customise | Custom CSS) seems to be ignored.


    The only difference I can see between those pages is that the original one was using Bifrost theme, but this time I have set that up using your Theme Setup tool and ended up with a Bifrost Child Theme. do I need to add / switch anything else for that to work in this case?


    Thanks!


  •  675
    Neuron replied

    Hi,

    Can you please provide an URL, so we can check it easier? It could be that you're using a template header and not a default header.

    Also, try as below:

    .a-menu-badge.fresh > a:not(.menu-item-icon)::before {   content: 'Fresh';
        background-color: #333;
    }

    Without the primary header, it should work.

    Kind Regards


    Subscribe to our newsletter to get the latest updates about NeuronThemes and join our community Facebook Group.

  •  1
    mtmymtm replied

    Great. It's working now without the primary header! Thank you!

  •  675
    Neuron replied

    Hi,

    Glad to know, feel free to ask for anything you needsmile.png

    Kind Regards


    Subscribe to our newsletter to get the latest updates about NeuronThemes and join our community Facebook Group.