badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Reply To: How to put border around featured image

#11404

Hi LInaTee,

To add a border for the image tag Go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:

.post-featured-image a {
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    display: block;
    padding: 5px;
}

and to align the header title to right of the logo you have to customize the code and you have to hire a developer for this

Thank you!