wayne7941
Forum Replies Created
-
Btw I am using the Hueman theme, and my site is https://www.trisef.com
Forum: Themes and Templates
In reply to: [Hueman] Remove title (word white bar) from pages?That didn’t work for the entire site, which is fine. I added it to the custom CSS for an individual page (via this plugin), and it worked. Thank you! You’re awesome.
That didn’t quite work for me, so I found a plugin that allows me to add custom code on a page-by-page basis. Thanks for all your help!
What I mean is, I like having no padding on the homepage and others, but all of my WooCommerce store pages look better with the padding, and I don’t know how to edit the woocommerce pages…
@bdbrown –
It didn’t work at first, but then I added ‘px’ to ‘0,’ and it worked! Thank you, thank you, thank you! You’re amazing.
I don’t suppose you could tell me how to only apply it to certain pages?
Ugh, that still didn’t work. I tried adding it to both my child theme’s style sheet and via a custom css plugin that I have, but neither worked. (Btw, when I inserted via the plugin, the “div” part came up in a red color…not sure if that matters.)
Also, I’ve tried searching the Hueman theme’s style sheet (named main.css, not style.css), and I can’t find anything about the “pad group,” even though that’s the part I want to change (according to Inspect Element / Firebug tools).
Yes, that’s exactly what I want! How did you do that???
Wow, thank you for the prompt response! Unfortunately, that did not work for me. I wonder if it’s even possible to do what I want??
I tried to look in Hueman theme’s style sheet, not sure which part(s) applies to what I need, but here are some that I thought might apply??
Base layout:
#wrapper { min-width: 1024px; height: 100%; } .container { padding: 0 20px; } .container-inner { max-width: 1380px; min-width: 1380px; width: 100%; margin: 0 auto; } .main { background-color: #fff!important; position: relative; } .main-inner { position: relative; min-height: 600px; /* instead of sticky footer */ } .content { width: 100%; position: relative; } .pad { padding: 30px 30px 20px; }
3-column content middle:
.col-3cm .main { background: url(../img/sidebar/s-right-s2.png) repeat-y right 0; } .col-3cm .main-inner { background: url(../img/sidebar/s-left.png) repeat-y left 0; padding-left: 340px; padding-right: 260px; } .col-3cm .s1 { float: left; margin-left: -340px; } .col-3cm .s2 { float: right; margin-right: -260px; /* ingenuity! */ position: relative; right: -100%; } .col-3cm .content { float: right; }
Thanks, but that didn’t work either. Btw, the “#page” part of the code shows up red…am I supposed to input a value (such as the post id or something)?
Thanks for the prompt reply! But unfortunately, that did not work…
Forum: Fixing WordPress
In reply to: Hide featured image on post but not homepageThank you for your help. I contacted the creators of the theme, and they were able to help me. If anyone else has this issue, here is the very simple solution: WordPress Customizer > Post Settings > Featured Image.