Hello,
I just bought Bon Apetit and it looks like a great theme thanks! I want to change the colour of the 4 corners however and ran in to a small problem doing this.
so in the custom css option I put
#content .top {
background: url("http://173.192.115.62/~coffewor/wp-content/themes/bonapetit-child/images/content_top.png") no-repeat scroll 0 0 transparent;
}
#content .bottom {
background: url("http://173.192.115.62/~coffewor/wp-content/themes/bonapetit-child/images/content_bottom.png") no-repeat scroll 0 0 transparent;
}
#content .bottom2 {
background: url("http://173.192.115.62/~coffewor/wp-content/themes/bonapetit-child/images/content_bottom2.png") no-repeat scroll 0 0 transparent;
}
to replace the 3 images that make the corners, however when I save and look at the code the quotes have been changed to the HTML sign for quote marks:
#content .top {
background: url(""http://173.192.115.62/~coffewor/wp-content/themes/bonapetit-child/images/content_top.png"") no-repeat scroll 0 0 transparent;
}
Thanks,
Austin





Add Reply
You must log in to post.