meishanized
Forum Replies Created
-
Is there a fix for this yet? I’d really like to get rid of all those empty boxes and make it look more complete.
Forum: Themes and Templates
In reply to: [Bota] Image FolderI figured out the answer for my above question. Thanks anyways. 🙂
Forum: Themes and Templates
In reply to: [Bota] Image Folderokay so once I add the image folder and add the images I want to it, how do I make them show up on my website? Is it via the css or ….?
Forum: Themes and Templates
In reply to: [Bota] Sub-menu issue… help pleaseOkay, so finally I found the correct css tag to fix this. I’ll post it below for others incase the have the same issue.
.main-navigation ul ul { /* for sub-menu to move container down*/
top: 2.6em !important;
border: none !important;
border-radius: 0px !important;
position: absolute !important;
background-color: : #fff !important;
}I had to put !important after each one to override the parent theme.
Hope this helps.
-Mei
Forum: Themes and Templates
In reply to: [Bota] Page title issueForum: Themes and Templates
In reply to: [Bota] Page title issueNever mind. I figured it out.
To remove the Entry Title you put this in your child theme’s css file:
.entry-header {
display: none;
}…. maybe this will help someone else. 😉
– Mei
Forum: Themes and Templates
In reply to: [Bota] To bar and menutry putting this in your child theme’s style.css.
#topbar {
background: #000;
margin: 0px auto;
height: 40px;
}Where it says background change the #000 to color hex code of your choice.
Hope that helps. By now you probably already found your answer, but I thought I would go ahead and post in case someone else needs the same type of help.
– Mei
Same thing happened to me. I even removed the piece of code I input and I still had no access to my wp dashboard or my website. At first I thought it was a wp issue, but now I believe it is on the bluehost end. I tried the same site and code with GoDaddy and it did fine.
Sorry my post probably doesn’t help but you could attempt an online chat with bluehost support…. maybe they can figure it out.