Before you ask please READ THIS

user.css gets overridden

in Xpert Posts: 14
Many of the settings in Xpert options and and evrything I add in Custom style gets overridden by other css files. I have to add !important to everything to make it work. For example I can't change the background color of the site. It gets overridden by style.css

linusgidstedt.se

Comments

  • Posts: 1,758
    Hello,
    this is happening because You use child theme version 1.0, the latest one is of 1.1 version, and it's fixed.
    Remember to rate our theme if you like it ;)
    All the Best.
  • Hi! I just found an old download of the theme that says xpert_child_v_1.1.zip and uploaded these files couse the latest download seems to downgrade the child theme to version 1.0. Unfortunatley it still doesn't work.
  • Posts: 1,758
    Ok, there's a bug.
    It'll be fixed in upcoming update,
    for quickfix please:
    1. edit fuctions.php file of child theme
    2. find:
        wp_dequeue_style('user-css');
        wp_enqueue_style('user-css');
    3. replace it with:
        wp_dequeue_style('xpert_user-css');
        wp_enqueue_style('xpert_user-css');
    Remember to rate our theme if you like it ;)
    All the Best.
  • Awesome!! Now it works. Thanks!!
  • Posts: 1,758
    Thanks for this report! another sneaky bug found!
    Remember to rate our theme if you like it ;)
    All the Best.
Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!