Forum Replies Created
-
AuthorPosts
-
March 11, 2015 at 7:29 pm in reply to: [Shopping Theme] Get 'Add to Cart' buttons and prices in line on category page #3105
MartijnMIC
ParticipantHello Dave,
I have used these codes:
.omega-nav-menu .current_page_item a, .tinynav, .nav-primary { background:#585858; color: #ffffff /*The color of the visited link*/ color: #ffffff; } .omega-nav-menu .sub-menu { background:#6e6e6e; color: #ffffff /*The color of the visited link*/; color: #ffffff; } .omega-nav-menu a:hover { background:#848484; color: #ffffff /*The color of the visited link*/; color: #ffffff; } .shopping_menu_search { background:#585858; width: 275px; float: right; } .footer-widgets { background:#585858;MartijnMIC
ParticipantHello,
You must edit the header.php file in the omega directory, just below
</head>there must you put<?php if ( function_exists( ‘meteor_slideshow’ ) ) { meteor_slideshow(); } ?>and then you must edit your theme css, search for: .site-header, in the section:/*
Site Header
—————————————————————————————————- */you must put:
.site-header { display: none; }And in the section:
/* Header Right
——————————————— */you must put:
.header-right .widget_search input.search-field { max-width: 300px; display:none; }I hope you understand what I mean.
It works fine at my site: http://annasmeubelen.nl/
November 27, 2014 at 12:55 pm in reply to: [Shopping Theme] Get 'Add to Cart' buttons and prices in line on category page #2793MartijnMIC
ParticipantYes thank you! It worked out!
November 27, 2014 at 11:17 am in reply to: [Shopping Theme] Get 'Add to Cart' buttons and prices in line on category page #2790MartijnMIC
ParticipantHello Han,
The site is online right now, you can see it at http://annasmeubelen.nl/?product_cat=bankstellen.
Gr,
Martijn
November 26, 2014 at 5:12 pm in reply to: [Shopping Theme] Get 'Add to Cart' buttons and prices in line on category page #2789MartijnMIC
ParticipantI did put it to style.css of the shopping theme, but it does nothing.
November 24, 2014 at 1:42 pm in reply to: [Shopping Theme] Get 'Add to Cart' buttons and prices in line on category page #2770MartijnMIC
ParticipantHallo Han,
When yout product titel is longer than displayed in the demo, then you have that problem.
I have made a screenshot of it, ik can’t give a link because the site is not online yet.

MartijnMIC
ParticipantHow must you do it in CSS? I can’t find the solution for this.
MartijnMIC
Participant.omega-nav-menu .current_page_item a, .tinynav, .nav-primary { background:#585858; color: #ffffff /*The color of the visited link*/ color: #ffffff; } .omega-nav-menu .sub-menu { background:#6e6e6e; color: #ffffff /*The color of the visited link*/; color: #ffffff; } .omega-nav-menu a:hover { background:#848484; color: #ffffff /*The color of the visited link*/; color: #ffffff; }this is what I have on the theme, just put it in style.css in your theme map
-
AuthorPosts
