How to have the Slider in Graphene Demo and Title Font Problem

  • Anonymous

    #4523

    Hi,

    First of all, I want to thank the developer for this awesome theme! I love it!

    I hope you can help me with some problems. When I changed my link color to orange, my post title also turned to orange? How can I edit that and make it black?

    Next, I find the slider in the graphene demo awesome! I wonder if I can add that to my site? and how will I do it to make it above my main content plus 1 sidebar? I hope someone can help me.. Thank you very much!

    Anonymous

    #28459

    To make your post titles black, try this in your custom css:

    .post-title, .post-title a {
    color: #000000;
    }

    For your slider, you need to go to your admin panel -> graphene options -> slider. Make sure your slider is not disabled.

    Anonymous

    #28460

    how did make your slider to look that? may i know? I don’t like the default style that’s why I disabled it. I want my slider on top of my main part and 1 widget(leaving 1 widget inline) is that possible? thanks!

    Anonymous

    #28461

    Slider using featured image will look like that.

    Else, you can use this custom CSS as well..

    .featured_slider {
    background: none repeat scroll 0 0 transparent !important;
    }

    .featured_slider #slider_root {
    -moz-box-shadow:0 0 5px #555555;
    -webkit-box-shadow:0 0 5px #555555;
    box-shadow:0 0 5px #555555;
    }
    Admin

    Syahir Hakim

    #28462

    You might want to increase the total width of the theme on your site, since it looks kinda crowded with the 3-column layout.

Viewing 5 posts - 1 through 5 (of 5 total)

  • You must be logged in to reply to this topic.