RuudMeulen
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [ColorWay] Changing the header area for ColorwayHi,
Thanks for your quick reply. It’s not what I am looking for, am looking for a complete white area.
No worries!! It’s looking fine already!!
Forum: Themes and Templates
In reply to: [ColorWay] Slider questionsHi,
#1: How to change the green edge color to blue. (the edge that is to the right of the text on the banner.
Try to put this in your custom css:
.salesdetails {
width: 426px;
background: rgba(255,255,255,0.74);
border-right: 8px solid #009ccd;
padding: 23px 20px 10px 24px;
font-size: 20px;
}#2: How to change the green dots to blue, not just the one, but both (depending on which is showing (hover?) i think.
.nav-dots span {
background: #009ccd !important;
}Hope this helps.
Forum: Themes and Templates
In reply to: [ColorWay] Changing the header area for ColorwayThis worked perfectly.. Great!! Thanks so much!!
Is it also possible to start a white block at a certain point in the header (so that the menu will have a white background!?)
Thanks again.
Forum: Themes and Templates
In reply to: [ColorWay] Changing the header area for ColorwayGreat, thanks for that.
Now it is square. Is there a way to get it a more customized, like rounded corner on the top, a little wider and make the header a bit smaller, so that my menu is still ok?
The way it looks now, can be seen on http://www.thesolution.ae
Thanks!!!
Forum: Themes and Templates
In reply to: [ColorWay] Changing the header area for ColorwayNobody? No Suggestions?
Forum: Themes and Templates
In reply to: [ColorWay] Colortheme Pro: Navigation menu colorsWorking!!!
I just remembered that in my colorway pro theme there is an option to put some custom css in… Put in your code.. et voila!! It works!
Thanks so much!!!
Forum: Themes and Templates
In reply to: [ColorWay] Colortheme Pro: Navigation menu colorsThat is correct, if I copy your code into My Custom CSS Panel, it gives the remarks of overqualified, etc
Forum: Themes and Templates
In reply to: [ColorWay] Colortheme Pro: Navigation menu colorsHad to change to this:
/* Menu Colors */
#menu .current-menu-item a, #menu .current-menu-parent a, #menu .current_page_parent a, #menu li .selected, #menu li a:hover, #menu.current_page_item a,
#menu .current_page_item a, #menu .sfHover a, #menu li a:hover {
background: #2565ac;
}but effect is the same, still it shows the old color box
Forum: Themes and Templates
In reply to: [ColorWay] Colortheme Pro: Navigation menu colorsSorry, but am still a newbie at this, what will be the code for this:
/* Menu Colors */
#menu .current_page_item a, #menu .sfHover a, #menu li a:hover {
background: #2565ac;
}#menu .current-menu-item a, #menu .current-menu-parent a, #menu .current_page_parent a, #menu li .selected, #menu li a:hover, #menu .current_page_item a
According to my custom css I have to remove the li.etc..
Forum: Themes and Templates
In reply to: [ColorWay] Colortheme Pro: Navigation menu colorsPage is http://www.thesolution.ae
once you load the site, the nav bar is blue, but when moving the mouse over the other buttons, the color is different (#2565ac).
When I click for a new page, the page loads, but the color remains in the old blue, whilst I want it the new blue (#2565ac).
Any suggestions?
Forum: Themes and Templates
In reply to: [ColorWay] ColorWay Pro Responsive Theme plus WooCommerceRe-installed everything, issue is resolved now. Looks like something messed somewhere up..
Forum: Themes and Templates
In reply to: [ColorWay] ColorWay Pro Responsive Theme plus WooCommerceHi,
Thanks for the reply.
I went through the documentation of WooCommerce and followed https://docs.woothemes.com/document/third-party-custom-theme-compatibility/
I implemented the woocommerce_content() procedure. This solves the product page problem layout, but the cart and account page are not working any more.
Also on every page I get now the line: Posted on October 18, 2015 by RuudM in Comments Off on Cart Continue Reading…
When I revert back to the normal page.php, everything is working fine, but my products page is messed up.
In fucntions.php I added add_theme_support(‘woocommerce’);
If you have any suggestions, that would be very helpful. I also reinstalled woocommerce, tried to create anther page with the woocommerce_cart in, didn’t help either.
Thanks!