• Hi everyone,

    I just set up unite theme on my WordPress and I’m having style sheets problems.
    I actually cannot edit anything in style.css?
    I tried to delete the margins of the logo (.site-branding), because when you upload your header image margin top and margin bottom appear visible.

    .site-branding {
      margin-top: 20px; 
      margin-bottom: 20px;
    }

    [Moderator note: code fixed. Please wrap code in the backtick character or use the code button.]

    However I edit it, nothing changes on the site and in browser there is still the old css styles when I inspect the element.

    I tried any other style edit and same thing happens.

    Does the theme not provide you to edit .css files?
    Any suggestion and help would be much appreciated.

    Thanks

    • This topic was modified 9 years, 4 months ago by zelprex.
    • This topic was modified 9 years, 4 months ago by bdbrown.
Viewing 1 replies (of 1 total)
  • Hi @zelprex,

    I hope you are well today and thank you for your question.

    The theme doesn’t have any control on allowing or disallowing editing style.css file. It may be controlled by any of the plugin that you are using or it may be due to the cache so try clearing the cache.

    Please note you are making changes in the theme files therefore you have to make these changes again after theme updation as changes made in the theme files get lost on theme updation.

    So instead of removing it from the theme file, You can try achieving this by adding the following CSS code in the Custom CSS option of your theme on the below path.

    Admin Area -> Appearance -> Customize -> Unite Options -> Other -> Custom CSS

    #masthead .site-branding {
        margin: 0;
    }

    Best regards,
    Vinod Dalvi

Viewing 1 replies (of 1 total)

The topic ‘Theme Unite: Cannot edit style.css’ is closed to new replies.