Forum replies created

    In reply to Google Map
    Denzel Chia
    Moderator
    Posts: 2656
    30.03.2016 at 01:14 #26029

    You are welcome!

    Denzel Chia
    Moderator
    Posts: 2656
    30.03.2016 at 01:07 #26028

    Hi,

    Sorry, I am not able to replicate your issue on my localhost test site.

    For troubleshooting,
    Please disable one plugin at a time to find out which plugin is causing this issue.

    Thank you

    Denzel Chia
    Moderator
    Posts: 2656
    29.03.2016 at 02:18 #26003

    Thank you for sharing these information!

    Denzel Chia
    Moderator
    Posts: 2656
    29.03.2016 at 02:16 #26002

    Thank you! Have a nice day! 🙂

    Denzel Chia
    Moderator
    Posts: 2656
    29.03.2016 at 02:13 #26001

    Thank you for sharing your findings!

    Regards,
    Denzel

    Denzel Chia
    Moderator
    Posts: 2656
    29.03.2016 at 02:12 #26000

    Hi,

    Chrome or Firefox on mobile is different than Chrome or Firefox on desktop.

    Thank you

    Denzel Chia
    Moderator
    Posts: 2656
    29.03.2016 at 02:07 #25999

    Hi,

    Use the following in Theme Options -> Custom CSS

    .copyright a:hover{
    color:#f1f1f1 !important;
    }

    You can change the color hex code.

    Thank you

    Denzel Chia
    Moderator
    Posts: 2656
    29.03.2016 at 02:04 #25998

    Hi Chris and Linda

    Please open a new thread for every request you make, this is to avoid confusion.
    https://theme4press.com/support/topic/theme4press-support-forums-rules-please-read/

    To Chris,

    The css code works on your site.
    You need to copy it properly in to Theme Options -> Custom CSS
    If you are still unable to get it to work, check your other custom css codes for syntax error.
    .post-content ul {
    list-style-type: square !important;
    margin-left: 20px !important;
    }

    To Linda,

    Other than square, there are a few choices.
    You can refer to this list.
    http://www.w3schools.com/cssref/pr_list-style-type.asp

    Thank you

    Denzel Chia
    Moderator
    Posts: 2656
    29.03.2016 at 01:53 #25997

    Hi,

    You can try using the following.

    #sticky-nav {
    float: left !important;
    }

    Let me see your sticky header if the above does not work.

    Thank you

    Denzel Chia
    Moderator
    Posts: 2656
    29.03.2016 at 01:49 #25996

    Hi,

    You want to hide “SHOP” from sticky menu? Maybe there is an unique css ID.

    Please enable sticky menu, I will need to take a look.

    Thank you.