Modifying post styles

  • Posted in : Bloggy WP
  • RinZ
    Participant

    Hi. I’m loving the theme, but I wanted to see if these two post formats could be modified.

    Aside – how do I modify the current background (the notepaper background that shows up when aside shortcode is used)? I just want a plain, coloured background.

    Quote – how do I make it so it’s not all-caps?

    Thanks in advance!

    ahmetsali
    Keymaster

    Hi, you can try this custom css code;

    .format-aside .entry-content .aside-content {
        background: #F9FFEF;
        border: 0;
        box-shadow: none;
        padding: .8em 2em .4em 2.0em;
    }
    .format-aside .entry-content .aside-content:before {
        display: none;
    }
    .format-quote blockquote {
        text-transform: none;
    }
    
    RinZ
    Participant

    Sorry for the late reply – thanks, it helped a lot! Another question – each time I update the theme, am I supposed to re-copy the CSS?

    ahmetsali
    Keymaster

    no you don’t have to, your custom css code and other theme settings will be preserved even if you update.

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

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register