Forum replies created

    Denzel Chia
    Moderator
    Posts: 2656
    09.11.2015 at 07:19 #21889

    Hi,

    Please use the following.

    .nav-previous a, .nav-next a, .nav-previous .icon-arrow-left::before, .nav-next .icon-arrow-right::before {
    color: #000 !important;
    }
    .entry-meta.entry-footer.row a {
    color: #000 !important;
    }

    The top set of codes is for the prev and next posts.
    The bottom set of codes is for your categories and sharing icons.

    Thanks!

    Denzel Chia
    Moderator
    Posts: 2656
    08.11.2015 at 08:21 #21877

    Hi,

    Please use these codes in your Theme Options -> Custom CSS

    .home .read-more {
    position: relative;
    top: 20px !important;
    }

    Result Screenshot. http://i.imgur.com/WQMvlfX.jpg

    Thanks!

    In reply to Error Message
    Denzel Chia
    Moderator
    Posts: 2656
    08.11.2015 at 08:15 #21876

    Hi,

    I just visited your site. It’s loading properly without any fatal error now.
    Do you still require any help?

    Screenshot. http://i.imgur.com/Xhg8zzm.jpg

    Thanks!
    Denzel

    Denzel Chia
    Moderator
    Posts: 2656
    08.11.2015 at 08:10 #21875

    Hi,

    Did you unzip the file before uploading to your wp-content/themes ?

    Thanks!

    Denzel Chia
    Moderator
    Posts: 2656
    08.11.2015 at 08:08 #21874

    Hi,

    The size different could be due to the removal of layer slider and revolution slider plugin from our products.

    Thanks!

    Denzel Chia
    Moderator
    Posts: 2656
    08.11.2015 at 08:04 #21873

    Hi,

    Look at this portion of the code that you have entered in your custom css.

    @media only screen
    and (min-device-width : 768px)
    and (max-device-width : 1024px)
    and (orientation : portrait)
    {
    #wrapper .dd-container .dd-selected-text span:before {
    position: relative;
    top:0px;
    padding: 0px;
    margin: 0px;
    content: "Menu";
    }

    .entry-meta.entry-header, .entry-meta.entry-header a {
    color: #000;
    }

    It’s wrong. Your media query has opening bracket, but does not have closing bracket. You also did not use the !important rule that I provided in my reply.

    It should be as follows.

    @media only screen
    and (min-device-width : 768px)
    and (max-device-width : 1024px)
    and (orientation : portrait){
    #wrapper .dd-container .dd-selected-text span:before {
    position: relative;
    top:0px;
    padding: 0px;
    margin: 0px;
    content: "Menu";
    }
    }
    .entry-meta.entry-header, .entry-meta.entry-header a {
    color: #000 !important;
    }

    There could be other errors in your custom css codes. Please check them.

    Thanks!

    Denzel Chia
    Moderator
    Posts: 2656
    08.11.2015 at 07:57 #21872

    Hi,

    Please provide url, show me your sharing box shortcodes.

    I will try to provide custom css to change it’s color.
    Please also tell me the hex color code of the color that you require.

    Thanks!

    Denzel Chia
    Moderator
    Posts: 2656
    07.11.2015 at 05:25 #21863

    Hi,

    Sorry, there is no option in the Recent Posts shortcode to do that.

    We do not provide customization support. You will have to hire a developer from http://jobs.wordpress.net/ to assist in your customization.

    Thanks!

    Denzel Chia
    Moderator
    Posts: 2656
    07.11.2015 at 05:21 #21862

    Hi,

    Sorry, I don’t understand your question.
    Are you referring to the Theme Options?
    They are found under Appearance -> Theme Options.

    Thanks

    Denzel Chia
    Moderator
    Posts: 2656
    07.11.2015 at 05:18 #21861

    Hi,

    Evolve Plus and Alora theme are built differently.

    In Alora theme, it’s called Theme4press slider and Elastic slider.

    All the documentations are here. https://theme4press.com/docs/
    Sorry, if there is lack of information.

    Please import demo content and use it as a guide.

    Thanks!