Syahir Hakim

Keymaster

Forum Replies Created

  • Admin

    In reply to: Visit Site Button

    #16071

    To change the case of the button text, just add this to your child theme’s style.css or Custom CSS option:

    a.more-link, a.more-link span {
    text-transform: capitalize;
    }
    Admin

    In reply to: slider buttons on the bottom

    #16109

    Line 683 in style.css file:

    .slider_nav {
    clear: both;
    height: 20px;
    padding-top: 5px;
    position: absolute;
    right: 20px;
    text-align: right;
    }
    .full-sized .slider_nav {
    right: 0;
    }
    .one-column .full-sized .slider_nav,
    .two-col-right .full-sized .slider_nav,
    .three-col-right .full-sized .slider_nav {
    right: 15px;
    }
    .slider_nav a span {
    display: none;
    }
    .slider_nav a,
    .slider_nav a:visited {
    background: url(images/sprite_master.png) -80px -37px no-repeat;
    display: inline-block;
    margin-left: 3px;
    width: 12px;
    height: 12px;
    }
    .slider_nav a.active,
    .slider_nav a.active:visited,
    .slider_nav a:hover {
    background-position: -68px -37px;
    }
    Admin

    In reply to: Re: Move the header text

    #16065

    You can change the colour in WP Admin > Appearance > Header.

    Admin

    In reply to: Dropdowns within a dropdown not smooth

    #16105

    Hurm..did you modify the theme’s stylesheet directly? Or are you using a child theme?

    Admin

    In reply to: Move slider below the title of a static homepage

    #16094

    Hurm..that’ll be more tricky. You will need to add a filter to the post’s content itself.

    Admin

    In reply to: Re: Add text to the top-bar

    #16080

    You can just use 2 separate Text Widgets in the Header WIdget Area, and then style theme separately using their own IDs and classes. Right now I’m seeing that you only have 1 text widget in the header widget area.

    Admin

    In reply to: Re: Documentation Wiki for the theme

    #16059

    Awesome! I’ll see to installing a wiki on the server.

    Admin

    In reply to: Re: Add text to the top-bar

    #16078

    What’s the URL to your site?

    Admin

    In reply to: Graphene Mobile

    #15294

    That’d be great!

    Admin

    In reply to: Menu

    #16086

    You can set a separate custom menu to be used in the mobile theme. If you go to WP Admin > Appearance > Menus, you’ll see two new menu placements for the mobile theme.

Viewing 10 posts - 4,411 through 4,420 (of 6,030 total)