SomeRandomGuy
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Internal Server Error only when saving CSSBump
Forum: Themes and Templates
In reply to: Mystile MarginsYeah, thats actually what I’ve been editing but all I can seem to do is lower the position of the navigation menu.
The widget-footer keeps the same margins regardless of the size i enter.
Forum: Fixing WordPress
In reply to: Dependant Linksthank you i appreciate that
Forum: Fixing WordPress
In reply to: Dependant LinksYeah they’re making a wordpress account to post comments, reviews and make purchases. I havent had much experience with php, was hoping it was something simple haha
Forum: Fixing WordPress
In reply to: Dependant LinksDoes anyone on here have any advice
Forum: Fixing WordPress
In reply to: Seperate Page on SiteI have it uploaded, but it redirects you to the contact us page for some reason
Forum: Themes and Templates
In reply to: Top Navigation Bar ColoringMy bad haha thanks again
Forum: Themes and Templates
In reply to: Top Navigation Bar ColoringThats perfect, thank you.
I just had to add a line for hovering and it worked exactly how I wanted it too.#top ul.nav > li a { color: #FFFFFF !important; } #top ul.nav > li a:hover { color: #102536 !important; }Forum: Themes and Templates
In reply to: Help Change Style on All Pagesmanaged to resolve the issue, had to delete and redo all of the affected pages.
Forum: Themes and Templates
In reply to: Help Change Style on All PagesOkay so it seems to only be messed up on three pages
My About page
My Blog page
and
My Shop pagecould this be a setting on the page itself?
or am i able to add an inline code on the page to load the style sheet from the css editor?Forum: Themes and Templates
In reply to: Help Change Style on All PagesI’ve got more to add, it seems like it is loading the styles on some pages. The links on my top bar seem to not take the settings but the bottom footer widget has links in it and it does style a few pages correctly (ie. Privacy Policy, Site Map, and Gift Certificates)
Forum: Themes and Templates
In reply to: Changing the complete background colorFigured this out, had a problem with a conflicting mystile theme setting somehow overiding my
body { background-color: #222222 !important; }Forum: Themes and Templates
In reply to: Center Logo for all BrowsersNevermind Ive figured it out using the !important tag
#header hgroup { float: none !important; text-align: center !important; } #header #logo { float: none !important; }I had tried this earlier, but didnt know about the !important tag
hahaanyways
thanks again
Forum: Themes and Templates
In reply to: Center Logo for all Browsersso i just checked my site on my mobile phone and it looks right messed up
the logo is larger than the full display and causes the content boxes to resize to almost half the width and also pushes the menu button all off the screen. any idea how i can fix that?Forum: Themes and Templates
In reply to: Center Logo for all Browsersjust for my own reference the !important tag gives that particular string priority over all other styling?