Change background color of excerpt in blog page

The support forum is open for members only. To add a topic or reply in the forum, please login or register.

Support Forum Moved
The Pojo Themes support has been transferred to a faster and more personal ticketing platform, so the forums are no longer active.
  • If you want to learn how to use Pojo themes, check out our extensive documentation guides.
  • Need help with using our themes? Contact us with a detailed explanation of your issue in the support page.
  • Have a pre-sale question or other inquiry? Feel free to contact us about it.

Support Forums Support (Legacy) Change background color of excerpt in blog page

This topic is: Resolved

Tagged: 

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #2752

    sspj
    Participant

    The background color of my website is set to black…but when I visit my blog page, the excerpt background of my posts are displayed in white. Setting a custom background to black in my blog page has no effect.

    Unfortunately providing the URL of my website is useless, a maintenance page is set up until it’s ready for production.

    #2759

    Boaz
    Keymaster
    This reply has been marked as private.
    #2762

    sspj
    Participant
    This reply has been marked as private.
    #2763

    sspj
    Participant

    it looks like this: http://imgur.com/a/EV9BT (white background on excerpt with Berlin Theme)

    #2764

    sspj
    Participant

    Ok I could fix it adding the following css code to my Berlin theme from the Customizer

    .hentry.media {
      background-color: #000000;
      border: 1px solid #666666;
    }

    A few notes about this issue:

    – Adding the same css code in assets/css/style.css in the Berlin Child Theme doesn’t work, it only works from the css editor of the theme customizer. Do you know why ?

    – I think it’s something that should be fixed in the Berlin Theme, changing the website background must also change the excerpt background in the default Blog layout.

    I’m facing another issue, changing the layout in the blog page from Default to Small Layout, Grid Three, Grid Four or Mansonry has no effect…still having default list layout whatever layout is selected !!! Any idea how to fix it ?

    #2765

    sspj
    Participant

    I found the answer of my last issue here:

    Straem, Child theme – unable to set the blogpage as mansonry.

    #2766

    Boaz
    Keymaster

    The right way of adding custom CSS is only by the Customizer.

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

The forum ‘Support (Legacy)’ is closed to new topics and replies.