This topic has 4 replies, 2 voices, and was last updated 7 years, 11 months ago ago by Rose Tyler
Hello I’ve used this theme before and found it pretty simple to change anything that I need to. But for some reason I can’t seem to figure out how to remove the currency and language off header 10 and add my own content. I’ve tried using static blocks, adding a text widget to left side top bar area and I have looked through a load of the WooPress WordPress Support Forum but still can’t figure it out.
I would like to have my own content where the currency and language is and also add contact information where the newsletter my account and logout is.
I’m not sure if there’s an issue with the theme and adding some code will solve the problem but if someone could give me some guidance on how to do this that would be great.
Thanks
Andrew
Hello,
I’ve added empty text widget in Appearance > Widgets > Left side top bar area. You can add content there.
Go to Theme Options > Header and enable Sign In/Register links.
Regards,
Rose Tyler.
Hi Rose I did what you suggested and still not seeing any text on the left side top bar area. when I look in my source code I can see that it’s there. I’m thinking the color would have to be changed because the header itself is black. How can I change the color of the text from #000000 to #aeaeae ?
Hello,
Your text widget in Left side top bar area was empty. I’ve added test text.
Try to add this code in Custom CSS:
.topbar-widget .textwidget {
font-size: 14px;
color: #aeaeae;
}
Regards,
Rose Tyler.
You must be logged in to reply to this topic.Log in/Sign up