Forum Replies Created
-
Mod
To change the color of the top and bottom bars, go to
Graphene Options >> Colors >> Slider
To change the color of the background of the post title and description:
.slider-entry-wrap {background: #000;}To change the color of the post title in the slider:
.slider_post h2 { background: #000;}To change the color of the post description in the slider:
slider_post_entry {background: #000;}Add all CSS changes to Custom CSS feature in Graphene or child theme stylesheet.
Mod
Mod
It’s quite simple, actually.
1) Install Graphene Neo. Do NOT activate it.
2) Install the Graphene Neo Helper plugin and activate it. This gives you an additional separate set of options for Graphene Neo. (These are similar to, but not entirely identical to, the regular Graphene options.)
3) Install the Any Mobile Theme Switcher plugin and activate. This allows you to determine which theme displays on different devices. You can select the Graphene or Graphene Neo theme for whatever device the plugin supports. You can see screenshots of it here: https://wordpress.org/plugins/any-mobile-theme-switcher/screenshots/ This is the key step to making it all work.
If you wish to customise Graphene Neo beyond what the theme options offer, you can also make a child theme for Neo, and select the child theme in the Any Mobile Theme Switcher.
That’s about it, really. It may seem intimidating at first, but once you’ve set it up once, it’s a quick process to install it on other sites.
Mod
Please search the forum first. This issue has already been addressed here:
Mod
Tested this out on one of my sites and can verify. Haven’t seen anything about it in the WordPress channels yet, though.
Mod
If you click on the “Member” link under your name, it will bring up a list of all your activity on this forum. The last post I see from you (other than this one) is from a year ago.
It’s possible that your browser ate it (my ctrl button sometimes sticks, causing me to double post responses—weird), or something happened between your computer and the rest of the internet. I don’t know.
Anyway, the site for Neo is here: https://forum.graphene-theme.com/graphene-mobile-neo/features-and-functionalities/
There is lots of information there, but if you can’t find what you seek there, please feel free to add it to this thread.
Mod
Quote:If the menu item is active, I want another action, than if not active, when a:hover. But it seems like a:active don’t work in the css.I think you are confusing
a:hoveranda:active, which are pseudoclasses built into CSS, witha.current, which is a CSS class that you can define.:hoverand:activeare dependent upon mouse actions.:hovercomes into play when you hover your pointer over something with that pseudoclass;:activecomes into play in the time between when you click on an item and when you release the mouse button..currentis a user-defined CSS class that is usually applied to the page link on the page you are actually on. In the case of Graphene, the actual css class for the top menu is.current-menu-item.Hope this helps.
Mod
In reply to: Remove one or two columns when when new page is opened inside Graphene?
December 24, 2014 at 4:58 am #44166Select one of the two options in the row above this.
Mod
Quote:Could it be that you wrote the topic title into the text field instead of the subject line at the top of the post (in the post editing menu)?This is exactly what he’s done. Enter the title in the box just under “Edit Post” and this problem will go away.
Mod
In reply to: Problems Isolating and Removing Boarder Around Header
December 24, 2014 at 4:55 am #44186I don’t see this. Did you manage to resolve it?
