Site logo

css

start page with sections –> header after custom css suddenly shows up

Hello Tom, sorry to disturb you… I suddenly encountered a problem, I do not unterstand! I added some custom css to .main-title .main-title { text-shadow: -5px -5px 10px #bdbdbd, 0px -5px 10px #bdbdbd, 5px -5px 10px #bdbdbd; } and now on my start page the header shows, which was hidden until custom css and which … Read more

footer-widget css

Hello Tom, i´ve setup box-shadow for content and widgets. Unfortunately also footer-widgets are affected. how can i turn-off box-shadow for footer-widget ?? i used this code /* Widget title top rounded border – may need to adjust to match border radius of widget */ .widget-title { -webkit-border-top-left-radius: 10px; -webkit-border-top-right-radius: 10px; -moz-border-radius-topleft: 10px; -moz-border-radius-topright: 10px; border-top-left-radius: … Read more

Styling the nested comments to be un-nested

Hi Tom, I’ve made a dog’ breakfast out of trying to style the comments to be un-nested even though I’ve ticked the nested box in the discussion settings (I just need the reply link present rather than the indentation). I was hoping you could start me off on the css basics to un-nest all comments … Read more

Padding over header

Hello! Tell me, what CSS is needed to make the indentation, as in the screenshot? I also want to specify the height of the indentation in pixels.

Pagination CSS – a different look

Just thought I’d add this suggestion for a different look for the pagination at the bottom of the search/archive pages. Let me know what you think 🙂 Just add this in your child theme’s style.css. Or using a plugin like Tom’s awesome css plugin. I also like this css plugin. nav#nav-below.paging-navigation span.page-numbers.current {font-weight:700;border:solid 1px #1e72bd; … Read more

Hightlight Post titles sitewide

Tom, I’ve been looking for a simple css to change post title backgrounds sitewide. can you help me with some code to change the color to whatever I want? Thank you and have a great Holiday with your family.

Behaviour on iphone

Hi Tom, Can you check the left side of the header on an iphone. There are some pixels there i cannot fix… this is my css code: .custom-fixed-header { position: fixed; top: 2000; width: 100%; z-index: 2000; } .container { padding-top: 20px; } Thanks! Ted