Tagged: ,

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #26853

    I which to make the line separators of the Recent Posts widget more delicate.

    Is it correct to add the modified CSS to Quick CSS as opposed to changing layout.css?

    ie add this to Quick CSS:

    .recentcomments, .widget_recent_entries li{

    border-top-width:1px;

    border-top-style: solid;

    }

    #131864

    Hi aribann,

    Yes definitely! With Enfold and most premium themes you can add simple css changes like you have above to the Quick CSS field. If you start to get a bit more in depth with your css changes you can add them to the custom.css file which gives you a more typical setup for how css is loaded into themes and websites.

    We even have a couple of media queries in the custom.css file so you can add different css that will load on only desktops or only tablet and below size screens.

    Regards,

    Devin

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Re layout.css modification a novice ?’ is closed to new replies.