css

CSS for copyright bar

I have a site at http:/fourway.michianait.net and am having trouble with the CSS. In the footer bar, I would like to keep the copyright information to the left, and then have the “Terms of Service” right justified. I have tried using <span style=”text-align:right;”>Terms of Service</span> and <span style=”float:right;”>Terms of Service</span> but neither one seems to … Read more

Is there a list of CSS classes that can be used?

Hi, I find a lot of help and info in the forum but so far I’m missing one thing: I noticed that a lot of detailed customisation can be solved by using CSS classes like for example: .mobile-header-navigation.navigation-stick, .main-navigation:not(.toggled), .elementor-element.hero-btn etc. and then setting properties such as alignment, colour,… But I’m completely in the dark … Read more

css selector for text inside main editor only?

Hi. I’d like to apply some styling CSS only to the content of my blog posts (everything that I enter inside the main editing box, but not the title or sidebars). Is there a selector I can use so I can apply it sitewide?

GP CSS breaks display on other plugins.

In the following CSS file: /wp-content/plugins/gp-premium/sites/assets/css/admin.css On line 155, I find the following: .complete:after { position: relative; content: "\f147"; font-family: dashicons; color: #4BB543; top: 7px; font-size: 30px; } This is causing a checkbox to appear in the context of some other plugins’ admin areas. I wonder if you could update the selector to be more … Read more

Move header text to bottom

Hello – I would like the text of the page header to be at the bottom of the header image, and a bit off centered to the right, if possible. (Below the women’s faces.) I looked through the forum but could not get the custom CSS examples out there to move it from vertically aligned … Read more

How to Detect Browser?

Hello! I am using custom CSS to show the heading in a fancy way. But it turns out that the custom CSS does not work Internet Explorer (in some old versions). So, is there a way (PHP Code?) to detect the browser and not load that particular CSS (it is in the Additional CSS Section)? … Read more

Styling for Gutenberg .alignfull and .alignwide

Hi Tom, Love the Page Builder Container Layout option in GP. Works great with elementor to use the Full Width option. I am testing Gutenberg and prefer the ‘Default’ option to provide standard theme default margins and padding. I was trying to use the technique described in this codepen: CSS Only Full-width Image Where Parent … Read more

The difference between Simple CSS and Extra CSS

Hi there, I am new here with GP. So i have a tarters question. You recommand Simple CSS. But what is the difference between Simple CSS and Extra CSS. And why should i use one or the other? Or does it not matter? thanks

Need help with CSS

I have some text in my website footer that’s hyperlinked, and I could use help with how to modify it so the color changes to white on hover. Right now it starts out blue and changes to black on hover. Since the background color of my footer is black, however, it’s black-on-black so it’s invisible. … Read more