Forum replies created

    Denzel Chia
    Moderator
    Posts: 2656
    27.02.2016 at 02:16 #24733

    Hi,

    Use the following in your Theme Options -> Custom CSS

    .footer-widgets ul li a:hover {
    padding: 0 !important;
    }
    .footer-widgets a:hover {
    padding: 0 !important;
    }

    Thank you

    In reply to No shortcodes
    Denzel Chia
    Moderator
    Posts: 2656
    26.02.2016 at 08:25 #24708

    Hi,

    Go to add page.
    In your content editor, find the number 4 button.
    Click on it will popup the shortcode creator.

    Thank you

    Denzel Chia
    Moderator
    Posts: 2656
    26.02.2016 at 08:20 #24707

    You are welcome !

    Denzel Chia
    Moderator
    Posts: 2656
    26.02.2016 at 08:18 #24706

    Hi,

    Regarding first issue.

    Go to Theme Options -> Header -> Header Widgets -> Number of widget cols in header
    Select the first option. Save your changes.

    Regarding second issue.

    No matter where you move, it’s going to cover your picture.
    I suggest removing the caption, leaving only the button.
    You can add captions into your image, using an imaging tool.

    Use the following to hide your captions.

    .carousel-caption h2, .carousel-caption p {
    display: none !important;
    }

    Regarding third request.

    Sorry, it will require modification to theme code, Please hire a developer to assist in this customization. We can only provide modification that can be done using custom css.

    Thank you.

    Denzel Chia
    Moderator
    Posts: 2656
    26.02.2016 at 08:04 #24704

    Hi,

    Please install as a Theme not Plugin.

    Thank you

    Denzel Chia
    Moderator
    Posts: 2656
    26.02.2016 at 01:51 #24691

    You are welcome!

    In reply to WooCommerce
    Denzel Chia
    Moderator
    Posts: 2656
    26.02.2016 at 01:27 #24690

    Hi,

    Regarding the following

    As I said topics evolve + has not update so that we have the following warning.

    Please wait for theme update, I have already reported this issue to my employer.

    Regarding your mobile.

    Sorry, I do not have a Samsung android phone.

    We provide mobile css based on iPad and iPhone.
    Your website looks proper in my iPhone.

    Sorry, you will need to hire a developer to work with you to troubleshoot this issue.

    Thank you.

    Denzel Chia
    Moderator
    Posts: 2656
    26.02.2016 at 01:14 #24689

    Hi,

    Please use the following in Theme Options -> Custom CSS

    #nav {
    float: right !important;
    }
    .sticky-header #sticky-logo {
    float: left !important;
    }

    Regarding question 3,
    This requires modification to theme code, you will have to hire a developer from http://jobs.wordpress.net/ to assist in this customization.

    Thank you

    In reply to Remove the line
    Denzel Chia
    Moderator
    Posts: 2656
    26.02.2016 at 01:09 #24688

    Hi,

    I cannot find your “News” in your menu, there is no English text there.

    Use the following in your Theme Options -> Custom CSS
    It will remove backgound css due to css conflict with your site origin page builder plugin.

    .entry-content .widget::after {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
    }

    Thank you

    Denzel Chia
    Moderator
    Posts: 2656
    26.02.2016 at 00:58 #24687

    Hi,

    Use the following in Theme Options -> Custom CSS

    .dd-selected-text {
    float: left !important;
    }
    @media screen and (max-width:768px){
    .searchform {
    display: none !important;
    }
    }

    Thank you