allenpoe
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Hueman] Edit “Published/Updated” to only show “Published?”thanks. in what manner might this affect my SEO?
Forum: Themes and Templates
In reply to: [Hueman] Make main site background transparent?where would the rgba color codes be inputed? I’d like to make the sidebars semi-transparent, but I don’t know where to edit/use the rgba code. using the customizer only gives the option to use hex color codes.
finally figured it out. i’ve noticed it takes ALOT of refreshing to get any changes made to the custom.css to actually show up. turns out the #header tag was what I needed after all. i intially didn’t have custom.css enabled in the theme options because I’m an idiot, but even afterwards to took awhile to make the changes apply. but alas, i’ve got it working and I want to thank you kind sirs. now if only I could figure out how to make those sidebars opaque…
update, after further browsing and experimenting, I was able to get it to work. thing is, I’m not 100% sure which of the codes works. i used:
#nav-topbar.nav-container, .search-expand { background: rgba(0,0,0,0.6); } #header { background: transparent !important; } #container { background-color: rgba(255, 255, 255, 0.7); #page{ background: rgba(255, 255, 255, 0.8); }Now I know that’s definitely overkill, later on I’ll one by one removing them seeing which one does the trick. thanks guys.
Forum: Themes and Templates
In reply to: [Hueman] Sidebar appearance customizationsorry, translucent is what I was going for, not transparent.
neither of these options worked for me =/