BjScott
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Modern Business] category and author removalYou are very welcome! Let me know if I can help you with anything else!
Forum: Themes and Templates
In reply to: [Modern Business] category and author removalGlad I could help!
You know…these forums are fabulous, and also just googling ‘learning wordpress’ or using YouTube is also an incredible resource. When I was first starting out in 2008 with my first site…they were my staple go-to sources!
Good luck! You are off to a great start!
Forum: Themes and Templates
In reply to: Remove Extra SpaceHello!
I see what you mean. Try this in your Custom CSS…I think that will make the dark gray disappear!
body {background-color: #F2DAC6; }
Let me know if that works!
Thanks,
BrendaForum: Themes and Templates
In reply to: [Modern Business] category and author removalHi Matthew!
When you are in your WordPress Dashboard…there is that menu that runs down the left side of your page…first look for an option to customize your theme…sometimes there is a Custom CSS area that you can put that into. If you don’t find anything here is an easy solution!
Under plugins(also on left hand side)…click”add new”. On that next page on the upper right you will see a search bar. Put in SIMPLE CUSTOM CSS . Just click “install now”, then “activate” on the next page.
Now when you go back to your dashboard….under “Appearances” you will see “Custom CSS” This is where you can paste that code…as well as put any other CSS changes that you make to your site. Then if you theme updates you wont lose those changes!
Hope that helps..please let me know if I can help you more!
BrendaForum: Themes and Templates
In reply to: [fART] Hide navigation to previous and next post on single postYou are welcome! Good Luck!
Forum: Themes and Templates
In reply to: [fART] Update the colour of the arrows and pause/play on sliderI tried changing to visabiltiy:visible; but nothing changed. I am totally stumped!
Hopefully the theme author or someone else can jump in and help you out. Sorry!
Forum: Themes and Templates
In reply to: [Zerif Lite] How to Disable "Posted on" ?Hello!
Try this in your Custom CSS:
.entry-meta { display: none; }
Let me know of that works!
Thanks,
BrendaForum: Themes and Templates
In reply to: Unwanted Additional Social Sharing ButtonsHi Rachel!
Try this in your Custom CSS:
.social_logo { display:none; } .social_link { display_none; }
Let me know how that works!
Thanks,
BrendaForum: Themes and Templates
In reply to: [discover] Disable Box HeadingAh yes….that would work for the entire container as opposed to just the heading you’d originally stated! Glad you got it–good luck on your site!
Forum: Themes and Templates
In reply to: [discover] Disable Box HeadingHello!
Try putting this into you Custom CSS:
.title-head { display: none; }
Forum: Themes and Templates
In reply to: [discover] Disable Box HeadingHello!
Can you post a link to your site so I can take a look? Also explain what you mean by “box heading” so I’m looking in the right area! …Thanks!
BrendaForum: Themes and Templates
In reply to: [Make] Removal of copyright.Good! You are welcome!
Forum: Themes and Templates
In reply to: [Make] Removal of copyright.Try this:
.powered {
display: none;
}Forum: Themes and Templates
In reply to: Category posts adding blank hyperlinkHello,
Are you referring to the
<i class="fa fa-chevron-circle-right"></i>
part of the hyperlink?Forum: Themes and Templates
In reply to: [Make] Removal of copyright.Hello!
Could you post a link to your site & I’ll take a look for you?
Thanks,
Brenda