• Hello

    I have learned so much from these forums for kale theme however, I have run into a roadblock and have done an exhaustive search and so I’ve come here before I pull my hair out lol.

    So, I have the plugin for List Category posts, which has been helpful, however, the default background color for the categories are set to a gray background with a borderline around it.

    Is there any way to change this through css? It looks just awful with having a a big gray box just for that category.

    Any help would be sooooo greatly appreciated! Thanks so much in advance!

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi @peachykeen2012 ,

    Thank you for getting in touch with us.

    Yes, this should be possible with a bit of CSS, however I need the URL to your site to create the code for you.

    Kind regards

    Thread Starter peachykeen2012

    (@peachykeen2012)

    hello!

    ok, sorry for the delayed replied. thank you for replying!

    i actually switched plugin’s to the display post plugin. and would still like help with getting rid of the gray background and borderline.

    2) also, i have just made my first post and can’t seem to get the post title bigger and in bold. i have tried other suggestions given to others but can’t seem to get it to work for mine, so not sure maybe it’s how you mentioned how you need my website.

    i’ve gotten to where i can change the size of the font for the entire page itself, but for some reason the post title i can’t seem to change. just thought to let you know just in case.

    here’s my site: morethanjustanimals.com

    thanks in advance!

    Thread Starter peachykeen2012

    (@peachykeen2012)

    is there anyone that can help?

    Hi @peachykeen2012,

    For changing your borders and background, Please go to WP Admin > Appearance > Customize > Additional CSS and inside that box, add the following code:

    body.custom-background {
        background-color: white;
    }
    
    body.custom-background .main-wrapper {
        box-shadow: none;
    }

    For changing the title font size, use this:

    .entry h1 {
        font-size: 35px;
    }

    Please, let me know if you need any further assistance.
    Kind regards,
    Diego

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘changing category background color’ is closed to new replies.