June 17, 2014 at 6:47 pm
#11404
Theme Horse Support Team
Keymaster
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!