wsiebold
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Hueman] custom header background imageThanks – the css you suggest adds the background image to the entire background (body) of the site. I just want the custom background image for the header.
Following your information, I did add that bit of css to:
#header .pad { padding-top: 28px; padding-bottom: 30px; background-image: url(“url to my image here”)}
in my child stylesheet and I am getting very close to what I want.
I was making it much too difficult!! Thanks for pushing me in the right direction.
Bill
Forum: Themes and Templates
In reply to: [Annotum Sans] page not found errorWent to permalink settings and selected “Custom Structure.” Saved settings. Once saved, the selection reverted back to “Post Name” BUT it appears now that the articles are displaying appropriately.
Thanks – it looks like the problem is taken care of. Advice much appreciated.
Forum: Themes and Templates
In reply to: [Customizr] dark theme – styling of .thumb-wrapperOutstanding! Did the trick just fine. I knew the answer was in front of me, I just didn’t know it was this easy.
Thanks for the help. Looks great now.
Bill
Forum: Themes and Templates
In reply to: [Customizr] dark theme – styling of .thumb-wrapperI tried this method – here is the result:
(dummy content only at this time)
I don’t want the circles black – I still want the thumbnail images in those spots. I want the rectangular element enclosing the circles (indicated as .thumb-wrapper) to be consistent with an dark body background.
Thanks.
Forum: Themes and Templates
In reply to: [Customizr] Less space between recent posts and square pictures?Trying to style the .thumb-wrapper element. I am using the “grey.css” stylesheet (after selecting the “grey” skin in customizr). I would like to create a dark site (black or dark gray background) and I can change the background-color on everything (body, header, footer, nav) without trouble. However, so far I cannot re-style the .thumb-wrapper element to be black. I have tried by doing this:
.thumb-wrapper {
width: 269px;
max-width: 100%;
height: 250px;
position: relative;
left: -1px;
display: block;
overflow: hidden;
text-align: center;
margin: auto;
background-color: black;
}but no effect upon re-rendering the page.
What am I missing? Anyone got a hint?
Forum: Plugins
In reply to: [Frontier Post] Restrict front-end user posts to default categoryJust updated – works exactly like I want it to. Thanks. Nice plugin. Very straightforward and dependable.
Thanks again,
Bill
Forum: Plugins
In reply to: [Frontier Post] Restrict front-end user posts to default categoryThat should work. I’ll give it a try a bit later today and check back in.
Thanks – will try it. Much appreciated.