BjScott
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [First] Remove site title from homepageHi Rj,
Try putting this code into your Custom CSS:
.site-title a, .site-title a:hover {
display: none;
}Hope that works!
BrendaForum: Themes and Templates
In reply to: [Meris] Changing the Title on the Browser TabHi!
Well..Im still thinking on this…meantime, if you come across a solution be sure & let me know! Im baffled too! Maybe some WP guru will see this thread & know just what the mystery is!Brenda
Forum: Themes and Templates
In reply to: [Meris] Changing the Title on the Browser TabHey Lis,
I’ve been looking still for a solution….I realized that the brower tab will change according to what page you have selected (you probably already knew that!)Im not sure where it is picking that up from…in general settings someplace?
…Or I see you are using the All-in-one SEO pack…does that plugin affect the browser tab titles? Seems I read somewhere that it does….Brenda
Forum: Themes and Templates
In reply to: [The Chameleon] change text colourGood Luck!
Forum: Themes and Templates
In reply to: [Tracks] Delete hoover over the logoHello!
Can you please post your site’s link to take a look at the logo/hover issue?
Thanks!
Forum: Themes and Templates
In reply to: [The Chameleon] change text colourPerhaps you can download the photo, then edit with a photo editing program…since its a .png file, it shouldnt be too hard!
Forum: Themes and Templates
In reply to: [Meris] Changing the Title on the Browser TabOh what a wonderful site! 🙂
Yes, if you go into your header.php and find that title area in the code, and carefully only remove the word “blog” and probably that “|” next to it, then save your changes your tab will have the correct wording.
Might be a little scary, but you can do it! 🙂
Hope that helps! If not, please let me know!
BrendaForum: Themes and Templates
In reply to: [The Chameleon] change text colourHello!
Are you wanting the letter in your logo all to be capital? If so you will have to upload a new logo, as it appears that is a photo.
Once its edited to be all capital letters, you can just upload it again to replace the existing one!
Hope that helps…if not let me know!
BrendaForum: Themes and Templates
In reply to: [Zerif Lite] How to remove the navbarHello!
Can you please post a link to your site so I can take a look?
Thanks!
Forum: Themes and Templates
In reply to: [Flat Responsive] How to centre text in text widget.Hello!
Can you please post a link to your site if you are still needing help with this? I can help you out!
Thanks!
Forum: Themes and Templates
In reply to: [Looki Lite] Adding Comments to posts?Hello!
When you are creating your page/post there should be option beneath that you can check (or uncheck) to allow comments–so you have total control over which ones allow commenting!
If you don’t see this option when you are creating your page or post, then look at “Screen Options” tab at the top of your page…and be sure that the box for “comments” is checked so that it will show at the bottom when you go to create a page or post.
Hope that helps!
Forum: Themes and Templates
In reply to: [The Chameleon] change text colourHello!
Can you please post the link to your site, and which text you are wanting to change to what color? I can help you out!
Thanks,
BrendaForum: Themes and Templates
In reply to: [Sela] Center Text Caption Under Sidebar Image WidgetOh it looks great!!! And the mail icon works too!
Congrats!
Forum: Themes and Templates
In reply to: [Sento] Textcolor on slidesHello!
Can you post the link to your site, so I can take a look? It may be a CSS change if not in your theme options!Thanks!
Forum: Themes and Templates
In reply to: [Sela] Center Text Caption Under Sidebar Image WidgetHello!
For centering your email under the envelope icon, try this:
.wp-caption.aligncenter {
width: 150px;
text-align: center;
margin-right: auto;
margin-left: auto;
}To make just that link go directly to email it would format like this:
<a href="mailto:trey@redstickfrench.com.com">trey@redstickfrench.com</a>If you can figure out where to make that image link, that format would be like this…tho maybe the theme doesnt make that possible to do!
<a href="mailto:trey@redstickfrench.com"><img src="http://redstickfrench.com/wp/wp-content/uploads/2015/06/emailicon.png" width="85" height="85"></a>Hope this helps!