Forum replies created
Hi Paula,
If you wish to achieve something like this: http://prntscr.com/8173mp, so you can add the following code under Appearance > Theme Options > Custom Css:
ul.breadcrumbs {
background: transparent !important;
box-shadow: none !important;
}
Hope this helps!
Thanks.
Hi Paula,
Would you mind providing some screenshots with the issue so I can take a closer look into it and provide you with a possible solution.
Thanks.
Hi Likaa,
Thanks for writing in! would you mind providing more clarification about your requirement so we take a look at the issue and provide you with a tailored response.
Thanks.
Hi Likaa,
Thanks for writing in! if you wish to get WooSlider in your theme so I’d refer you to this like down below, might be helpful in your case.
http://www.woothemes.com/products/wooslider/
Thanks.
Hi Steve,
If you wish to achieve something like this: http://prntscr.com/8161zd. It is a margin around the logo image, I don’t find any border around the logo, so if you want to suppress the margin, you can add the following code under Appearance > Theme Options > Custom Css:
#header .logo {
margin: 0px 0px !important;
}
Thanks.
Hi Paula,
Thanks for writing in!
Upon checking, it seems that all the images are having a description in below and the bottom of the images is white in color (see: http://prntscr.com/815k8u). Though, you should change all of your images with transparent down side so only the image and the description will show despite the white background. Currently, it can’t be fix by a custom code unless you change the images.
Thanks.
Hi Paula,
Thanks for writing in! if you wish to control the icon size in your content boxes, so you can add the following code under Appearance > Theme Options > Custom Css:
.content-box i {
font-size: 75px !important;
}
Hope this helps!
Thanks.
Hi Camilla,
Thanks for writing in! if you wish to achieve something like this: http://prntscr.com/8150mz, so you can add the following code under Appearance > Theme Options > Custom Css:
.content {
padding-top: 0px !important;
}
.entry-content.article {
margin: 0 !important;
}
.entry-content.article p {
margin: 0 !important;
}
.entry-content img {
padding-top: 0 !important;
margin-top: 0 !important;
}
Hope this helps!
Thanks.
Hi Steve,
Please provide the username and the password of your admin panel (see: http://prntscr.com/814q6x), so I provide you with a detailed response.
Thanks.
Hi Thomas,
If you are using a child theme, then any changes you make in child theme files will preserve your customization for the future theme update. So, the purpose of using child theme is to save the current theme’s settings for the future theme updates.
Thanks.