Forum replies created

    In reply to 2 questions
    Denzel Chia
    Moderator
    Posts: 2672
    November 23, 2016 at 8:54 am #31270

    Hi,

    Please provide website URL.

    Thank yoiu

    Denzel Chia
    Moderator
    Posts: 2672
    November 23, 2016 at 8:51 am #31269

    Hi,

    Please use only one cache plugin.
    You will also need to refer to plugin author’s instruction for proper removal of plugin.

    Thank you

    Denzel Chia
    Moderator
    Posts: 2672
    November 22, 2016 at 10:52 am #31254

    Thank you

    In reply to update the theme
    Denzel Chia
    Moderator
    Posts: 2672
    November 22, 2016 at 10:50 am #31253

    Hi,

    You can do a manual theme update.
    Download the current theme from your account.
    https://theme4press.com/my-account/

    Delete old theme and install current theme via Appearance -> Themes

    The first 3 items are fine but then turns green background, the writing very large and the message “There are no comments” is still there.

    I need URL to see it in my mobile.

    I need screenshot in your mobile to show me what you mean by “The first 3 items are fine but then turns green background”.
    You want the green background or remove the green background?

    I need screenshot to tell me where is “There are no comments”, because I don’t read your language.

    Thank you.

    Denzel Chia
    Moderator
    Posts: 2672
    November 22, 2016 at 10:39 am #31252

    Hi,

    Use the following in Theme Options -> Custom CSS

    .content {
    background: #fff000 !important;
    }

    I am color blind, please replace #fff000 with the color hex code you require.
    Use this tool.
    http://colorpicker.com

    This is the widget background.

    .widget {
    background: #ffffff !important;
    }

    Thank you

    Denzel Chia
    Moderator
    Posts: 2672
    November 21, 2016 at 11:22 am #31234

    Hi,

    Please use the codes in Theme Options -> Custom CSS

    For background color to every widget.

    .widget {
    background: #cccccc !important;
    padding: 10px !important;
    }

    For specific widget, you need to find the widget ID in web page source code.
    For example.


    #text-3 {
    background: #cccccc !important;
    padding: 10px !important;
    }

    Thank you

    Denzel Chia
    Moderator
    Posts: 2672
    November 21, 2016 at 11:15 am #31233

    Hi,

    There is post grid on homepage.
    There is individual post view.

    Which background color do you want to change?
    Please post me URL.

    Thank you

    Denzel Chia
    Moderator
    Posts: 2672
    November 21, 2016 at 11:13 am #31232

    Hi,

    That would require modification to theme template which is not covered in our support scope.
    Please contact our developer for this customization service.
    https://theme4press.com/theme-customization-service/

    Thank you

    Denzel Chia
    Moderator
    Posts: 2672
    November 21, 2016 at 11:08 am #31231

    You are welcome.
    Thank you.

    Denzel Chia
    Moderator
    Posts: 2672
    November 21, 2016 at 11:07 am #31230

    Hi,

    Please use the content boxes shortcode.
    Use the number 4 icon in your post editor.
    Click on it will pop up a shortcode creator interface.

    https://theme4press.com/docs/shortcodes/

    Thank you