Syahir Hakim

Keymaster

Forum Replies Created

  • Admin

    In reply to: How to change bar's colors?

    #46060

    The code should be entered into the theme’s Custom CSS option, not in any CSS file. That will ensure it has priority over other rules.

    Please also provide a link to your site so that we can check it out.

    Admin

    In reply to: Title of Site is in H2

    #46062

    The frontpage has the site title in H1. The individual posts and pages have the post title as H1, and the site title in H2. This is the semantically-correct use of H1 headings, which should always point to the most important heading in a page.

    Admin

    In reply to: How to increase font size in slide out panel and menu?

    #46054

    Hmm.. this looks like it was caused by loading the site through a frame. If you go to kissmecannabis.com it appears just fine.

    Any reason why you’re loading the site through an iframe? Perhaps I can suggest a better way to do it.

    Admin

    In reply to: Change Color, Links in Content

    #46000

    Add this code to Graphene Options > Display > Custom CSS:

    .entry-content a,
    .entry-content a:visited {
    color: #1772af;
    }
    .entry-content a:hover {
    color: #074d7c;
    }

    Change the colour codes accordingly.

    Admin

    In reply to: How to increase font size in slide out panel and menu?

    #46052

    One of the plugins you’re using, “Gallery for Instagram”, is adding a CSS code that makes all the font size smaller. If you absolutely need to use that plugin, add this code to GM Neo Options > Display > Custom CSS option:

    html {
    font-size: 100%;
    }
    Admin

    In reply to: How to change bar's colors?

    #46058

    This is the CSS code for the top menu and bottom bar colours. Copy to the theme’s Custom CSS options and customise the colour codes as necessary. You may also need to change the text colours accordingly.

    .navbar-inverse {
    background-color: #fff;
    border-color: #080808;
    }
    .footer-inverse {
    background: #181e1f;
    }
    .footer-menu-wrapper {
    background: #23527C;
    }
    Admin

    In reply to: Header image lost by Mobile-Version

    #46061

    Hi Christoph,

    The Graphene Mobile theme is optimised for display on mobile devices, which require a different design than the standard Graphene theme.

    You can customise the header image for Graphene Mobile via WP Admin > Appearance > Graphene Mobile > Display > Header Options. As for the menu, you can customise it via WP Admin > Appearance > Menus.

    Admin

    In reply to: YT videos instead of pictures on the post list. Why?

    #46050

    We’ll add an option to disable this feature in the next theme update.

    Admin

    In reply to: YT videos instead of pictures on the post list. Why?

    #46047

    That is a feature of the theme – if you have embedded videos in your post, the video will show up in the posts listing page.

    Admin

    In reply to: Graphene Theme Options cannot be updated

    #46030

    Do you get the same error on the “Display” and “Colors” tabs?

Viewing 10 posts - 971 through 980 (of 6,030 total)