ellp
Forum Replies Created
-
Bjessil…
A usability tip: is confusing have 2 logos on top. Put the main logo on top only or your visitors will go nuts. LOL.
Take a look at this text:
http://www.siteground.com/tutorials/wordpress/banners.htm
It will guide you to put a banner on top of your site.
Let me know if it helps.
Forum: Themes and Templates
In reply to: [classipress] change colorNice!
Let me know if you need a hand in the future 😉
Forum: Themes and Templates
In reply to: [Sugar and Spice] Removing borders for tables and picsOh! I see.
Mia let me give you an tip I give to my all fashion clients: you don’t need to use a table for this. You can use the gallery function on wordpress to do the same thing… But cutest 😉
Take a look at this text:
http://codex.wordpress.org/The_WordPress_Gallery
Try to create a gallery and let me know the result. I’m curious…
Thanks!
Forum: Themes and Templates
In reply to: [Minamaze] Removing "Blog" from static front pageNice Kevin!
Let me know if you need any help 🙂
Forum: Themes and Templates
In reply to: [Abaris] How to create fallback for SVG logoHello b-cat!
I recommend you to read this article:
http://css-tricks.com/svg-fallbacks/
You can do the fallback using css only. 😉
Hmmm I see. So you need to modify your header to insert the partner logo. Or find a plugin that allows you to insert a banner on top of your site.
Can you please provide your site url? So I can take a look at.
Forum: Themes and Templates
In reply to: [Minamaze] Removing "Blog" from static front pageHello Again!
Try this code:
body.blog #main-core{ display:none; }Let me know if it works.
Forum: Themes and Templates
In reply to: [Sugar and Spice] Removing borders for tables and picsHey Mia!
Nice blog by the way 🙂
To remove the borders on your images paste this code on your custom css form:
.entry-content img{ -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none; }About the table borders: I’m not sure what you mean. Did you mean the borders on the sidebar? Bellow the links?
Hello Bjessil!
Two links in one image? You can do an image map or css sections, but is too much work and not worth the headache.
Consider use a slider header. Insert two images each one with your respective link. 🙂
Good Luck on your project 🙂
Forum: Themes and Templates
In reply to: [Minamaze] Email or Contact formHello!
Go with both! It will give your visitor 2 options to contact you.
Good Luck on your project.
Forum: Themes and Templates
In reply to: [BlueGray] Problems with navigation bar of Bluegray themeHello Ropa!
Did you set the menu on “Appearance ->Menus”?
Forum: Themes and Templates
In reply to: [RedLine] Editing sidebarHello olen!
You can add an image or text using the “Text Widget”. Take a look at this thread:
http://wordpress.org/support/topic/how-to-add-images-to-text-widget?replies=12
Hope it helps.
Forum: Themes and Templates
In reply to: [Virtue] Text in SliderHello Daylliace.
Can you provide your site URL?
Thanks!
Forum: Themes and Templates
In reply to: [Book inspiration] [NSFW] Can I widen the posting area?Glad to know 🙂 Let me know if you need more help 🙂
Forum: Themes and Templates
In reply to: [Minamaze] Removing "Blog" from static front pageNice!
Is easy to do. Paste this code on your custom css form:
#main-core{ display:none; }And done 🙂