• Resolved mellansquare

    (@mellansquare)


    Hi,
    I’ve updated my custom CSS in the theme customiser and the changes aren’t being reflected in my website. I’m trying to get the “read more” text under each blog post to be displayed as white. When I look at the preview view in the customiser the text is coming up as white but when I look at the website it’s still black. Please can you help me troubleshoot this issue.
    Mel

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi Mel,

    Thank you for getting in touch with us.

    You can change your style:

    .readmore {color: white}

    to this one:

    .readmore {color: white !important;}

    Thank you for your time in this.

    Best regards

    Thread Starter mellansquare

    (@mellansquare)

    Ah, thankyou, it is working now.

    While I have you, what is the name of the border round the default sidebar-bordered element?

    Sorry, I haven’t quite learnt to read the inspect function on my browser.

    Hi Mel,

    Let me help you with that. Using this CSS code:

    .sidebar-borders {
    border: 4px solid red;
    border-radius: 8px;
    }

    You’ll be able to change the sidebar’s border. The first instruction I’ve added, will make your border thicker, and red. The second one will make the corners rounded. You can change those values to whatever you want in line one, or remove the second line if you like the original corners.

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

    Kind regards,
    Diego

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Custom CSS not reflecting in website’ is closed to new replies.