css

Adjust Spacing Between Post Image and Title Under Mobile Layouts

Under Customizing ▸ Layout ▸ Container, I’ve set mobile content padding to 25. When I view post excerpts under the two mobile layouts, the spacing between the post image and title is about twice this. How do I get this to match the spacing after the Read More button?

Is there a way to recover a past css version?

Hi! I’m desperate!! Yesterday I did a lot of changes on my css and today I don’t know why all the changes I’ve done aren’t there!! Is there a way to see past css version? Thanks so much for your help!!!

CSS causing faint horizontal line at bottom of table

Our website was originally developed using Kompozer. We are redoing it in WordPress. Kompozer appears to have used tables for layout. One feature of old site was highlighting certain paragraphs in gray. Previously I asked about how to apply a CSS style, and you suggested simply using a div tag and class name, using Text … Read more

CSS Error in File – gp-premium/page-header/functions/css/metabox.css

I was using CodeKit to compile my local dev environment and it erred out on the file gp-premium/page-header/functions/css/metabox.css On line 248 there is a miscellaneous period before the id generate_page_header_meta_box. The selectors read as follows: .admin-color-coffee .#generate_page_header_meta_box .lcs_switch.lcs_on { background: #c7a589; box-shadow: 0 0 2px #c7a589 inset; } It should read: .admin-color-coffee #generate_page_header_meta_box .lcs_switch.lcs_on { … Read more

Woocommerce Product page Add to cart not aligning with quantity

Hello, I am having a slight problem with the alignment of the add to cart button on my product pages. I currently have an additional options plugin running above the button, but it does not matter if it is there or not. https://www.ikonsuspensionusa.net/product/ikon-basix-58/ Any help would be greatly appreciated. Thanks in advance

Control Color Next to Header Independently of Body Color

Hello, I’m working on a site with a Contained Width header background image, with a logo floating on top of that. The colour to either side of the header image is controlled by the body background colour, but I would like it to be a different colour to the area that is on either side … Read more

Can you use SASS or Less in Custom CSS

I was wondering if it is possible to use SASS or Less CSS code in the Additional CSS section, so that I can add custom CSS using variables for colors. Thanks

Adding CSS Ribbon to Site Primary Navigation

Hey Tom, I found some nice CSS code I am using for a ribbon feature on a website. https://codepen.io/diegopardo/pen/knwth?utm_source=bypeople In the link supplied you can see the website I am currently working on. I have managed to apply the class to my H1’s but now I need the effect on the left and right side … Read more

How to apply CSS styles

I want to be able to apply CSS styles without going to the HTML level. For example, look at this test page: http://www.mofsa.org/bob/lawsuits/ I created it using GeneratePress Premium and Simple CSS plugin. Thia was easy using this CSS: h5 { color: black; text-align: center; background-color: #ccccff; font-size: 24px; } h6 { color: black; text-align: … Read more