Change border color from white color to other color

Home Support Medical Way Change border color from white color to other color

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #7475
    sodsada
    Participant

    Dear Support,

    I was change my theme from Window Some Pro to Medical Way

    Thai Ayurveda head Massage

    and i want to change border color on post or page from white color to other color in order to match with my background.

    Could you please help to assist on this?

    Very appreciate on your help!

    Regards,
    Sodsada.

    #7476
    ProDesigns
    Keymaster

    Hi @sodsada

    Please go to Appearance >> Customize >> Additional CSS and add following CSS to change the white border to golden which match your background color.

    #primary article,
    .sidebar .widget {
        border: 1px solid #bd9257;
    }
    
    #sidebar-primary .widget ul li {
        border-bottom: 1px solid #bd9257;
    }

    In category page like http://www.no1relaxation.com/category/massage/ its better to give space before content. You can add following CSS for it.

    #primary .post .content-wrap{
    	padding: 15px 15px;
    }

    Color of your text is not clear with the background. So we recommend you to change it to highly visible color. You can use the following CSS for it.

    body{
      color: #222;
    }
    
    .top-header {
        color: #999;
    }

    We also recommend you to install Force Regenerate Thumbnail plugin https://wordpress.org/plugins/force-regenerate-thumbnails/ and regenerate images. It will crop all images required for this theme.

    Hope it will help you.

    Thank you.

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