css

Style Single Item In Secondary Navigation

I’ve been able to style a single item in the primary navigation with CSS class and this CSS: .main-navigation .main-nav ul li.solar-cta a { border: 2.5px; border-radius: 5px; border-style: solid; border-color: #068743; line-height: 37px; vertical-align: centre; background-color: #068743; color: #FFF; } .main-navigation .main-nav ul .solar-cta.current-menu-item > a, .main-navigation .main-nav ul .solar-cta.current-menu-parent > a, .main-navigation .main-nav … Read more

Footer ?padding/margin left? css with latest update

Hi Tom the latest update has been a bit of a challenge with the css updates. I’m slowly working through all of it. The footer’s left ?padding doesn’t look the same as before the update. It doesn’t look centered like before but seems to have some left padding that shifts both footer widgets to the … Read more

Latest update is screwing up my menu when it goes responsive

Hi Tom, I have the following css to stop the menu going responsive, but since the latest update it has lost all it’s css when it narrows to ?768px https://perthreliefteachers.com.au /*******************/ /* .navigation – responsive*/ /*******************/ @media (max-width: 769px) { .menu-toggle, .main-navigation.toggled .main-nav > ul { display: none !important; } #menu-top.secondary-menu.sf-menu { display: inline !important; … Read more

CSS Classes Option

I was looking at one of the GP docs regarding icons in the navigation and I saw you need to activate CSS classes in the screen options. https://docs.generatepress.com/article/adding-icons-to-menu-items/ I do not have this option, does anyone know what I am doing wrong? I got this from another site: In WordPress, you can easily style your … Read more

GP/GP Premium and bbPress (the GP version!)

Hi, Tom: I’ve spent the last few days diving into the configuration of bbPress under GP/GP Premium. I’ve read every thread I can find on here that discusses this combination. I’ve read with special interest the discussions in which you talk about how you achieved the look of this forum. I’ve downloaded the custom CSS … Read more

Styling not showing up logged out & iOS

Always completely wrong on mobile (iOS), and not logged in view from Safari, Chrome, and FF is super screwed. No styling or customization is showing — not even the GP base theme. I don’t even know where this styling is coming from. Logged in, sometimes the problem persists on iOS and safari, but not consistently, … Read more

Table customization

Hi Tom, all, I would like to customized the table properties (margin, border line colors…). GP doesn’t include a way to do it? Is the “Add CSS” setting the only/straighter way to do that or have I missed something? Also, I would like to change the space before/after my headings in the sidebar. How can … Read more