This topic has 54 replies, 6 voices, and was last updated 9 years, 6 months ago ago by Brian Johnson
Thanks! But is there any skin which only shows text? we dont need images. its like a news feed more or less.
Hello @josh_gaskin,
You can try to hide images via adding css code.
Could you please provide us with page where you want to hide images?
Regards,
Robert Hall.
Hey, Im just wondering how i can change the colour of the head above the menu? is there a setting or do i need some custom CSS?
Thanks!
Hello,
Please try to add this code in custom.css file
.header{
background: red;
}
Here is a video tutorial how to create custom.css: https://www.youtube.com/watch?v=Qok2zRedRMY&feature=youtu.be.
Regards,
Robert Hall.
Thanks, can i keep the colour of the menu background white somehow?
And the cart, my account little area a different colour?
Hello,
Please provide us with link to the page and wp-admin access in Private Content.
Regards,
Robert Hall.
The site is using hosts file entry, i could give you ftp?
Please let me know what type of header you’re using? (Theme Options->Header)
Regards,
Robert Hall.
sidebar boxed
Please replace code above for this:
.main-header > .container{
background: red;
width: 1200px;
}
.navbar-header{
background: green;
}
If that code will not correct for you please provide us with screenshot and set all color zone.
Regards,
Robert Hall.
The colour of the head doesnt seem to want to change with that code.
Try to replace code
.main-header > .container{
background: red;
width: 1200px;
}
to this
.header > .container{
background: red !important;
width: 1200px;
}
Regards,
Robert Hall.
That doesnt seem to work either. Here is all my custom css so that you can see if there would be anything clashing.. i dont think so though.. http://imgur.com/c8A0tbz
You have an error in code & gt;
. Must be >
Please see screenshot: http://prntscr.com/6z21dr
Regards,
Robert Hall.
I managed to fix it myself like this:
.header.main-header{
background: #56004e;
}
.menu-wrapper{
background:white;
}
One thing which i cant seem to override or find a setting for is why the .navbar-header has a lot of padding to the right. i think there may be something that is supposed to be there but I just want the wrapper around what i have in there. here is a screenshot: http://imgur.com/QubKEg3
I tried this code but it didnt work:
.navbar-header {
width: 33% !important;
text-align: left !important;
background: #009ddc;
}
FYI, it worked for colour, not for the width..
Hello
You may try to add this code:
.header.main-header .container{width:33% !important;
background: #56004e;
}
With best regards
Brian Johnson
http://imgur.com/tFh9SYs that messes things up
Hello,
Could you please show a screenshot what you want to achieve?
Thank you.
Regards,
Eva Kemp.
Hey, Im wanting to edit a field in the contact page. I want to change “website” to a dropdown box for “how did you find us”
Where do i make edits to the contact form? It doesnt seem to use contact form 7 or anything..
Cheers,
Josh
Hello
Please check line 216 (“contact form”) in wp-content/themes/woopress/framework/shortcodes.php.
With best regards
Brian Johnson
Thanks,
Wont this be over ridden by theme updates though?
Hello,
In this case you need copy the edited copy into functions.php of the child theme.
How to create child theme you can read here:
http://codex.wordpress.org/Child_Themes
Regards,
Eva Kemp.
Hello
Please transfer your customized file (shortcode.php) to the Child Theme.
You may also transfer just function (the code after //Contact form//) to the functions.php of your Chid Theme. You may read here about Child Theme.
In case you will need any assistance in overwriting parent theme function please let us know.
With best regards
Brian Johnson
You must be logged in to reply to this topic.Log in/Sign up