Forum replies created

    Imran
    Spectator
    Posts: 402
    August 5, 2015 at 7:31 pm #19691

    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.

    Imran
    Spectator
    Posts: 402
    August 5, 2015 at 7:09 pm #19688

    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.

    Imran
    Spectator
    Posts: 402
    August 5, 2015 at 7:02 pm #19686

    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.

    In reply to [wooslider]
    Imran
    Spectator
    Posts: 402
    August 5, 2015 at 6:07 pm #19682

    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.

    In reply to Logo border
    Imran
    Spectator
    Posts: 402
    August 5, 2015 at 6:04 pm #19681

    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.

    Imran
    Spectator
    Posts: 402
    August 5, 2015 at 5:18 pm #19678

    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.

    Imran
    Spectator
    Posts: 402
    August 5, 2015 at 4:39 pm #19677

    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.

    Imran
    Spectator
    Posts: 402
    August 5, 2015 at 4:32 pm #19676

    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.

    In reply to Logo border
    Imran
    Spectator
    Posts: 402
    August 5, 2015 at 4:09 pm #19674

    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.

    Imran
    Spectator
    Posts: 402
    August 4, 2015 at 10:51 pm #19634

    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.