css

Mobile sticky menu

Hi, I am getting into a bit of a pickle, a site I am working on has the menu to the right inline with the logo on the left. White background, grey writing. Once on mobile, I wish to have a grey menu background, logo to left, white text. What is the most efficient way … Read more

styling bullets

Thought I’d style bullets on a new site using the following css: /* bullet style */ ul { list-style: none; /* Remove list bullets */ padding: 0; margin: 0; } li { padding-left: 16px; } li:before { content: “§”; /* Insert content that looks like bullets */ padding-right: 10px; color: #eb374b; /* Or a color … Read more

Persistent submenu from parent page

I apologize if I am overlooking a simple setting! I’m unable to make the submenu of a parent page show as a persistent submenu. If you click on “NORTH AMERICAN MANUFACTURING” from this link: http://netniks.cmslauncher.info, the submenu items, “Sample Page” and “Another Sub-Nav Page” do not show persistently. I should note that I have a … Read more

Applying CSS to hook content

Hi Tom and team, im a little out of depth here, i have cobbled together the below PHP snippet which puts the product (post) excerpt into the shop loop. Now i dont know how to style the excerpt using CSS. I have looked at creating DIV and Classes etc but thats beyond me. Any ideas? … Read more

css and breadcrumbs

Hello, There is a css for breadcrumbs in GP ? because i have a bug with SeoPress (similar to Yoast) [URL=http://www.hostingpics.net/viewer.php?id=865267ClMOMENTOsrieSDMAtecSarl.png][IMG]http://img4.hostingpics.net/pics/865267ClMOMENTOsrieSDMAtecSarl.png[/IMG][/URL] the problem is separation.

Child Theme – loading style.css *after* other style sheets?

I am using the child theme you provide on your site and save my CSS to its style.css. Apparently the child theme’s style.css is loaded before the style sheets from the GP Premium add-ons, so styles with the same specifity are being overwritten. Is there any way to load the child theme’s CSS after the … Read more

CSS Help?

Hi Tom, I’d like to edit my H4 CSS to look something similar to screenshot at the link below, but unsure how I’d accomplish this in CSS. Are you able to offer any insight for me? https://www.screencast.com/t/zeu7ioER164 I want to avoid using actual Toggles/Accordions for SEO purposes, so the result wouldn’t need to be exactly … Read more

Best Practice Styling WooCommerce and GP

Hello everyone, I am taking my first steps to use GP and WooCommerce to create an eCommerce site and wondered if anyone had any tips and tricks regarding best practices styling when using the two together? My plan is to use GP’s customiser for the basic styling and layout and then I have disabled WooCommerce’s … Read more

How Do I Use The "Quote Format"?

I had this idea to publish some quotations on my blog as standalone posts. But the “quotes” format doesn’t seem to do anything different from regular posts. Am I missing something? I was expecting some sort of fancy formatting.