Hello I can't seem to find out how to remove the background from the pages and posts in the Themia pro theme. You can find the site at www.okonomiibalance.dk. I'm referring to the background "box" with lines across. Thanks, C
Hello, Paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: .testimonial_bg { background: none; } It will resolve your issue. Thanks & Regards Yogesh Bhade
Hi again. I wasn't thinking about the testimonial background, but the background on pages. Also, is it possible to align an image to the right in the testimonial?
Hello, Paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: blockquote img { float: right; } We didn't find any background in your page/post but you can hide border around page/post by applying following CSS code in Custom CSS. Code: .fullwidth { background: none; border: none; } It will resolve your issue. Thanks & Regards Yogesh Bhade
Thanks, that worked for pages. The image in the block quote still isn't aligned to the right, any idea what I'm doing wrong?
Hello, Paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: blockquote img { float: right; } It will resolve your issue. Thanks & Regards Yogesh Bhade
Hello, We have got your concern, please send us your WordPress dashboard login details also the link of this thread at [email protected]. so that, we can have a look over the issue in details. Your website link: WordPress username: WordPress password: This thread link: http://www.inkthemes.com/community/threads/remove-background-from-pages-posts.14637/#post-55459 Note: When your issue get resolved, you can change your password. Thanks & Regards Yogesh Bhade