Forum replies created

    Denzel Chia
    Moderator
    Posts: 2672
    November 28, 2016 at 10:23 am #31303

    Hi,

    Please go to Appearance -> Theme Options -> Header -> Choose Header Type
    and select the 5th option.

    Thank you

    Denzel Chia
    Moderator
    Posts: 2672
    November 28, 2016 at 10:21 am #31302

    Hi,

    You will need to use page template and construction your homepage using the available shortcodes.
    There is a content boxes shortcode which you can use.

    Please refer to this documentation for more details.
    https://theme4press.com/docs/shortcodes/

    Thank you

    Denzel Chia
    Moderator
    Posts: 2672
    November 28, 2016 at 10:18 am #31301

    Hi,

    Shortcodes are in theme4press core plugn, please translate the plugin.

    Thank you

    Denzel Chia
    Moderator
    Posts: 2672
    November 28, 2016 at 10:16 am #31300

    Hi,

    You can check your existing custom css for any syntax error.
    Any error will cause other css to stop working.

    Please get your website online and provide me with URL, if you require further assistance.

    Thank you

    Denzel Chia
    Moderator
    Posts: 2672
    November 28, 2016 at 10:13 am #31299

    Hi,

    I can help remove the bold if you need to.
    Please tell me what you want to do.

    As for button in sidebar.
    They were not designed to work in sidebar, you will have to contact our developer for this customization service.
    https://theme4press.com/theme-customization-service/

    Thank you

    Denzel Chia
    Moderator
    Posts: 2672
    November 28, 2016 at 10:06 am #31298

    Hi,

    Sorry, there is no such option.
    You can try to find a contact form plugin that has this feature.

    Thank you

    In reply to update the theme
    Denzel Chia
    Moderator
    Posts: 2672
    November 24, 2016 at 9:03 am #31285

    Hi,

    Please do not bombard me with pictures without giving me the URL of location.
    I can only help with a few issues at a time. If you require a long list of customization, you can contact our developer.
    https://theme4press.com/theme-customization-service/

    This is for removing the no comments text and RSS icon.

    #reply-title {
    display: none !important;
    }
    .t4p-icon-social-rss {
    display: none !important;
    }

    This is for removing the widget round corners and widget background color.

    .widget-content {
    border-radius: 0px !important;
    background: #fff000 !important;
    }

    Change to your require color hex code using this colorpicker as reference.
    http://colorpicker.com

    You can clearly see the banners on your PC and only a half on your cell
    http://prntscr.com/dathu0
    http://prntscr.com/dathyt

    This cannot be fixed. You embed it using an iframe.
    The codes are loaded from Amazon. Cannot make it responsive.

    Thank you

    Denzel Chia
    Moderator
    Posts: 2672
    November 24, 2016 at 8:48 am #31284

    Hi,

    The default color of a website background is white.
    You cannot delete a background. What’s it suppose to show, if you can delete a background?
    You can only change background color.

    The problem is your image, if you don’t want to see background, you should not be using an image with transparent background.

    Thank you

    In reply to 2 questions
    Denzel Chia
    Moderator
    Posts: 2672
    November 24, 2016 at 8:41 am #31283

    Hi,

    Please use the following.

    #bootstrap-slider .bootstrap-button {
    background: rgba(235, 80, 21, 1) !important;
    }

    Thank you

    In reply to 2 questions
    Denzel Chia
    Moderator
    Posts: 2672
    November 23, 2016 at 9:27 am #31272

    Hi,

    The slider button is using rbga code.
    Use this colorpicker to give me the rbga color code you require.
    http://www.hexcolortool.com/

    As for the others.

    #bootstrap-slider .carousel-caption h2 {
    color: #fff000 !important;
    }
    #bootstrap-slider .carousel-caption p{
    color: #fff000 !important;
    }
    #bootstrap-slider .carousel-control {
    color: #000000 !important;
    }

    Thank you