Home Forums ArileWP Pro Dark Mode

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #42909
    Mini Mansell
    Participant

    I have dark mode on my website, http://www.everythingawesome.co.uk

    i can see colour differences between the theme background and the text background.

    is there a way to make all this the same colour?

    appologies for my difficulty in explaining, but its obvious if looking at the website on desktop

    mobile looks great

    Mini

    #42910
    themearile
    Keymaster

    Hi, Mini Mansell.

    Please take a look at the screenshot below screnshot and confirm the color you want to change.

    https://prnt.sc/gI3eVzmRbMo3

    Thanks

    #42911
    Mini Mansell
    Participant

    Hi

    That was a quick reply.

    The background colour to the left.
    With the red arrow pointing down

    Mini

    #42912
    themearile
    Keymaster

    Hi Mini Mansell

    Okay, kindly add the below CSS in the Additional CSS box. Please go to the Appearance => Customize => Additional CSS, then paste the CSS here and click the publish button.

    .theme-blog .post {
    	background-color: #202020 !important;
        border: 1px solid transparent !important;
    }
    .sidebar .widget {
        border: 1px solid #transparent !important;
        background-color: #202020 !important;
    }

    Let us know if it works for you.

    Thanks

    #42913
    Mini Mansell
    Participant

    Perfect

    many many thanks

    Mini

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.