nickja
Forum Replies Created
-
Forum: Networking WordPress
In reply to: Move multisite subdomain to a new addon domainYes that is correct, sub.olddomain.com is a part of a WordPress Network as well.
I host on SiteGround and my plan allows for multiple websites to be hosted from it. I currently have the default landing page after installing wordpress on newdomain.com.
I’m trying to find out how to transfer everything.- This reply was modified 8 years, 5 months ago by nickja.
Forum: Themes and Templates
In reply to: [Bento] Fixed Header background color not changingFigured it out right away by searching the page source for #ffffff
In case anyone else has this problem the CSS to change to fixed header background color is
.site-header.fixed-header { background-color: #666666; }Forum: Themes and Templates
In reply to: [Bento] How to display menu on top of imageI had a question related to this topic as well.
Is it possible to have the header image or hero image be a carousel slideshow and have the Menu display over this? Any help or advice would be greatly appreciated.Thanks!
Forum: Themes and Templates
In reply to: [Dyad] Need help removing “Posted by” but keeping dateAwesome!
That did it, thanks so much. For future reference, how would I go about finding out the different type of CSS variables that exist? I knew about “.posted-info” but had no clue about “posted-on” where did you find this?