sharongolod
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Spun] Fix alignment of logo and menu barThank you so much Christine! it worked ??
Forum: Themes and Templates
In reply to: [Spun] Hide tags at the bottomI changed my theme completely without creating a child theme (definitely not a good idea but what’s done is done). In my case, I simply changed the code to the following:
.tags-links {
display: none;
max-width: 90%;Forum: Themes and Templates
In reply to: [Spun] Move Social Media Icons Closer TogetherOk, so I figured this out, just changed the .em and that pushed them closer together in case anyone needs the answer to this. Just change the following:
Before:
margin-right: 1em;After:
margin-right: .25em;??
Forum: Themes and Templates
In reply to: [Spun] Site crashed down after changing post′s permalinkHi M,
This has happened to me before. I suggest you call your host and ask them to restore your website to the way it was when it last worked. They will either guide you or restore it for you at no charge (I did my site with GoDaddy and it was totally free ?? ).
Hope this helps,
Shar
Forum: Themes and Templates
In reply to: [Spun] Hide tags at the bottomHi Creatrix,
I’m trying to hide the tags that I use for each post, I don’t want them to be visible.
Thanks!
Forum: Themes and Templates
In reply to: [Spun] Hover over change of colourYou’d have to create a Child Theme for this and apply it to the style.css
Forum: Themes and Templates
In reply to: [Spun] Add social media icons to navigation barLike this?
<div> <a><img src="https://sharongolod.com/wp-content/uploads/2013/05/Facebook30.png"></a><a><img src="https://sharongolod.com/wp-content/uploads/2013/05/LinkedIn30.png"></a><a><img src="https://sharongolod.com/wp-content/uploads/2013/05/Google+30.png"></a> flot: right; </div>
[In future remember to highlight your code and then press the “code” button before posting]
Forum: Themes and Templates
In reply to: [Spun] Add social media icons to navigation barIt worked! One more thing, I don’t mean to be a bug but I’m pretty new at this, where would you input this that I just did if I wanted it to be on the right side of the navigation bar instead of the left? https://www.sharongolod.com
Thank you once again!
Shar
Forum: Themes and Templates
In reply to: [Spun] Add social media icons to navigation barI’m not sure why it’s not displaying the <a href= and the link following but that’s what I’m using. Does that help?
Forum: Themes and Templates
In reply to: [Spun] Add social media icons to navigation barWhat I’m using for the coding is this:
<a><img src="https://sharongolod.com/wp-content/uploads/2013/05/Facebook.png"></a>
Forum: Themes and Templates
In reply to: [Spun] Add social media icons to navigation barok, so what would the code look like in the header.php? That’s what I would like to know
Forum: Themes and Templates
In reply to: [Spun] Add social media icons to navigation barI’d like to add this to the Custom CSS, is that possible?
How would you write it in coding?
Forum: Themes and Templates
In reply to: [Spun] Hover over change of colourThis is exactly what I want, what would the code look like then? And what if I wanted to have the hover over colour purple instead of sepia?
Thank you,
Shar
Forum: Themes and Templates
In reply to: [Spun] Hover over change of colourIn this site you will see what I mean, scroll down a bit and you will see what happens when you hover over images. https://aritzia.com
Forum: Themes and Templates
In reply to: [Spun] Hover over change of colourI would like the colours to display like they do right now at https://www.sharongolod.com but when you hover over to change to maybe a yellow (just an example)
Thanks,
Shar