Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #608460

    Hello,

    I was wondering if you had code for the following two things?

    1. My border colour for main content throughout the theme is white, but on the blog page only I would like it to be black as this is the only page I am using a sidebar on. Is this possible?

    2. On the blog page the images have a blue line around them (link below). Is there a way to remove this without affecting the colour throughout the rest of the theme?

    Thank you

    Lauren

    #608465

    Hey Laureninthailand!

    Please add following code to Quick CSS

    .blog a.slide-image {
        background: transparent!important;
    }
    .blog .content, .blog .sidebar {
        border-color: black;
    }

    Best regards,
    Yigit

    #608468

    That was a quick reply! Thank you.

    Is it possible to get the black border on the single blog posts too?

    #608471

    Hey!

    Sure, please add following code to Quick CSS as well

    .single-post .sidebar, .single-post .content {
        border-color: black;
    }

    Cheers!
    Yigit

    #608476

    Fabulous. Thank you so much for the quick response.

    #608480

    Hey!

    You are welcome! Let us know if you have any other questions or issues :)

    Regards,
    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘BORDER ON BLOG PAGE AND COLOUR OF BLOG IMAGES’ is closed to new replies.