productlover
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: custom menu "home" link – colour problemtried that, didn’t help! boo!
productlove.net
Thanks!!
Forum: Fixing WordPress
In reply to: custom menu "home" link – colour problemThanks harmck. I dropped the ‘u’ and its still going black….hmmm??
Forum: Fixing WordPress
In reply to: how to remove "currently viewing the category…" text?yay thanks!
Forum: Fixing WordPress
In reply to: How to change "Archive" text fontThanks I have installed firebug. But i don’t know how to tell what kind of header or text “archive” is. How do i figure this out?
Forum: Fixing WordPress
In reply to: how to center my header logoSo, what does that mean?
Is there another way to do it?
Forum: Fixing WordPress
In reply to: how to center my header logoTimDesain, I tried that code and nothing happened. I add the logo through the wp-admin panel. But i’m not sure if it’s centred?
What I actually want do, is centre my horizontal menu under the logo. I want the horizontal menu to be the exact same width as the logo.
any thoughts?
productlove.net
Forum: Fixing WordPress
In reply to: Remove dotted line when tabbing and onclickThanks for your response Josh. Already figured it out. I just added this to the css
a:focus {
outline: none;
}in case anyone cares!
Forum: Fixing WordPress
In reply to: Replacing link text with a imageOH wow!! You are AMAZING. Thank you!
Want to help me with some other blog problems??!! I have quite a few!
Forum: Fixing WordPress
In reply to: Replacing link text with a imagesome success!
There is not enough space for the full image…How do i adjust the space?
Can I hide “about” “submit” and “contact” text?
Also, the image I acutally want to use is larger than 32x 32 (I was just using heartbig.png as a test). Is it possible to have a bigger image?
Basically I want my links to look like this site: https://www.behindballet.com/ “merry widow” “ballet vs fashion” – large circle with text centred in the middle
thanks so much for your help!!!! I really appreciate it!
Forum: Fixing WordPress
In reply to: Replacing link text with a imageI have resized it to 32×32 and put the code in but nothing happens?
This is driving me crazy!
Forum: Fixing WordPress
In reply to: Replacing link text with a imageThanks for your response
It is the sidebarmenu that I want to alter … “About” “contact” “Submit”
not the nothimg menuForum: Fixing WordPress
In reply to: Replacing link text with a imageI’m sorry for not understanding this more quickly…I basically have zero idea of what i’m doing …
so i type this into my style.css
li .menu-item-100{
background: url(“https://productlove.net/wp-content/themes/mirandastheme/images/heartbig.png”) no-repeat scroll left center transparent;
padding-left: 36px;
}?
I’ve done this and nothing happens….
Could you really dumb this down for me!?
Forum: Fixing WordPress
In reply to: Replacing link text with a imageThanks Timdesain. Can you explain what that means, sorry i’m really new to this.
what is a.page-item-62 referring to?
My menu is in the side panel, do I still use #menu-nav?