BjScott
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [i-excel] [Theme: iExcel] Hide Child pages and remove socialHello!
Can you post a link to your site so I can take a look?
Thanks!
BrendaForum: Themes and Templates
In reply to: [Maskitto Light] style.css sheetHere is another option…you can use a CSS plugin! Then if your theme updates, you wont lose any of your updates!
You can look at this one, or do a search in plugins for CSS.
https://wordpress.org/plugins/simple-custom-css/
Good luck!
BrendaForum: Themes and Templates
In reply to: [Educate] How to hide date and authorHi Reddy!
To remove the date, put this code into your Custom CSS:
.blog-date {
display: none;
}You will also need to add this in order to adjust the title with the date removed:
.blog-discription {
margin-left: 5px;
}Forum: Themes and Templates
In reply to: [Educate] Disable the sitel title and search bar below logoYou are very welcome!
Forum: Themes and Templates
In reply to: [Educate] How to hide date and authorHello!
If you still want the comments to show, put this in your Custom CSS:
.blog-meta ul li a {
display: none;
}If you want nothing at all under your blog title, then use this instead:
.blog-meta ul li a, .blog-meta ul > li {
color: #676767;
font-size: 13px;
font-weight: bold;
display: none;
}Let me know if I can help you with anything else!
BrendaForum: Themes and Templates
In reply to: [Educate] Disable the sitel title and search bar below logoHello!
Try this in your Custom CSS:
.site-breadcumb-bg {
display: none;
}let me know if I can help you with anything else!
BrendaForum: Themes and Templates
In reply to: [Virtue] SpamHi Aari!
I have been really satisfied with this plug-in:
https://wordpress.org/plugins/antispam-bee/
Good Luck! Let me know if there is anything else I can help you with!
BrendaNo bother!
I can sure see what you mean by the image, but I am not sure what the solution would be. Maybe someone more familiar with the theme & background image would be able to jump in here and help.
Sorry! I hope you can figure it out as that is a great image!
You are welcome!!
Hi Shawn!
Put this code into your Custom CSS…& you can change the ‘background’ to whatever # you would like!
.our-team {
background: #f9f9f9;
}.testimonial {
background: #dbbf56;
}As far as your images try and have them square before uploading. You can see how the girl views better, because the original size is almost square (324×329) as opposed to the guy’s photo which original is 324×243. The output size is 174×174….so in order to ‘square up’ your image it forces the one side to be longer or shorter in order to fit the 174×174 size.
Hope that helps!
BrendaForum: Themes and Templates
In reply to: [Moesia] Top Menu WidthOh good! Glad your layout is how you needed it now! You are welcome!
Forum: Themes and Templates
In reply to: Remove Category TitleOh good! You are very welcome!
Forum: Themes and Templates
In reply to: [BresponZive] Slider Progress BarHi Colin,
You can use this plug-in for your Custom CSS, and then a theme update won’t undo your changes!
Forum: Themes and Templates
In reply to: [BresponZive] Slider Progress BarHi Colin!
Not sure on this, but try this in your Custom CSS –if the aqua bar changes to this green, then you can change the hex# to whatever you’d like as it works!
span#pie_0 {
background-color:#008000;
}Let me know if that works~!
BrendaForum: Themes and Templates
In reply to: [BresponZive] Slider Progress BarHello!
Can you please post a link to your site?
Thanks!!
Brenda