Forum replies created

    Denzel Chia
    Moderator
    Posts: 2656
    17.03.2016 at 00:54 #25535

    Hi,

    I cannot find the problem.
    Please tell me which option is not clickable.

    I randomly selected a font family and it’s clickable.

    Thank you.

    Denzel Chia
    Moderator
    Posts: 2656
    17.03.2016 at 00:50 #25534

    Hi,

    This information is in WordPress database.
    Options table
    Option name siteurl and home

    You have to ask your web hosting company to help, if you do not know anything about database.

    Thank you

    Denzel Chia
    Moderator
    Posts: 2656
    17.03.2016 at 00:46 #25533

    You are welcome.

    Denzel Chia
    Moderator
    Posts: 2656
    16.03.2016 at 07:54 #25522

    Hi,

    Use the following in your Theme Options -> Custom CSS

    body #header.sticky-header {
    background: #fff none repeat scroll 0 0 !important;
    }
    #nav a {
    color: #000 !important;
    }

    Currently there is a rgba code for your menu background color which give it a transparent look.
    The above code makes your sticky menu background white color ( opaque ) and menu item black color.
    You can change the color hex code.
    http://www.colorpicker.com/

    Thank you

    Denzel Chia
    Moderator
    Posts: 2656
    16.03.2016 at 02:02 #25519

    You are welcome.

    Denzel Chia
    Moderator
    Posts: 2656
    16.03.2016 at 01:52 #25518

    You are welcome.

    Denzel Chia
    Moderator
    Posts: 2656
    16.03.2016 at 01:49 #25517

    Hi,

    Please use the following in Theme Options -> Custom CSS

    .home-content-boxes h2 {
    color: #000 !important;
    }

    Thank you

    Denzel Chia
    Moderator
    Posts: 2656
    16.03.2016 at 01:45 #25516

    Hi,

    Login to your WordPress.
    Go to Theme Options -> Styling -> Menu
    Find the setting -> Or custom menu color
    Uncheck the “transparent” check box.

    Save Changes.

    Thank you

    Denzel Chia
    Moderator
    Posts: 2656
    16.03.2016 at 01:41 #25515

    Hi,

    It’s not possible to center it automatically.
    You can move it using relative positioning.

    Use the following in your Theme Options -> Custom CSS

    .carousel-caption a {
    float: none !important;
    left: 90% !important;
    position: relative !important;
    }

    Thank you

    Denzel Chia
    Moderator
    Posts: 2656
    16.03.2016 at 01:35 #25514

    Hi,

    I am not able to reproduce this issue on my localhost test site.

    You are using the site origin page builder plugin, which is not our product.
    Maybe it’s causing issue.

    Maybe you entered the blog shortcode twice?

    Thank you