Site logo

css

Too many links in page head

Hi, here’s the screen: https://postimg.org/image/4sz7knr6l/. I’m looking for ways to stop so many links appearing in the head of my website. I don’t feel I have control over this – no idea why so many of them are generated, I only have about three I see hard coded, all other appear out of nowhere. I … Read more

Password Protected Page Styling

The Styling of my blog gets lost on a password protected page. Here for example on the 404 page the styling is still there: https://ibb.co/cmzvdb But here the container is gone: https://ibb.co/d9EHrw PS: Tom, I think there is a bug on the 404 page. You should not show the “load more” button there right?!

Checkbox Styling

It is funny, I just see typing here, that the checkboxes in the forum also don’t have a styling. Has GeneratePress a Style for checkboxes? Cause they look small and don’t fit in the rest of the styling. Any recommendations for some CSS magic?

Link style outside of content area

Hi there, this is on the topic of link style, so I hope it’s okay if I add it here. Let me know if I should create a new topic. I am using the CSS .inside-article a, a:visited, a:active { text-decoration: underline; text-decoration-style: underline; } .inside-article a:hover { text-decoration: underline; text-decoration-style: dotted; } because I … Read more

Changing font of menus

I am trying to change the font of the primary and secondary menus. The typography editor changes the size but the font remains unchanged even though a different one has been selected. Many thanks.

Where to put CSS for optimizing page loading times

Hi, I know some tricks using some CSS. And I know three places where tu put my CSS rules: – style.css of my child theme. – GP hooks, inside <style></style> tags – SiteOrigin Custom CSS, which i use regularly. But I noticed the rules are not loaded instantly, there is some delay that looks awful … Read more

Add parts of background colours

Hello, i want to add some blue colours in the background of the header and footer like this site http://nordlicht-ev.de/ there is the css code .header100 { background-color: #90b4c2; z-index: -1; height: 60px; width: 100%; position: fixed; top: 101px; opacity: 0.5; } and .footer100 { background-color: #90b4c2; z-index: -10; height: 90px; width: 100%; opacity: 0.5; … Read more

Customizing CSS with LearnPress plug-in

Under localhost, I’m working on a site that uses the LearnPress learning management system plug-in. LP includes its own CSS within the plug-in folder. Specifically, the location is /wp-content/plugins/learnpress/assets/css/learnpress.css If I add CSS code directly to my child theme’s style.css, the plug-in ignores it, even if I flag it the code as !important. If I … Read more

Ever going to move away from Unsemantic?

I just want to be sure, before I start diving into using Unsemantic classes throughout my site. 🙂 With Bootstrap 4 coming soon… any thoughts of moving away from Unsemantic?

Break point for 2 columns

I’m using the built in css for 2 columns. I’d like the 2 columns to stay as 2 columns for until at least 768px. How would i update the css to reflect this as it breaks the 2 columns and converts it to 1 column at about 1025px which is too early for me 🙂