Syahir Hakim
KeymasterKuala Lumpur, Malaysia
When not perched on my workspace, I tremendously enjoy hiking in the bushes and climbing mountains. They serve as much-needed refuges from the pretense of cities.
Forum Replies Created
-
Admin
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
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
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
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
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
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
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
We’ll add an option to disable this feature in the next theme update.
Admin
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
Do you get the same error on the “Display” and “Colors” tabs?
