Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #80117
    Nikita Devereaux
    Participant

    Hi, great job on Chicago Theme. It is easy to use and looks great! I upgraded to Chicago Pro mainly because I wanted to use it for my Woocommerce shop. However, I’m finding the theme is not fully integrated. Particularly, the colors, buttons, text etc. As an example, when I am on a normal page, I have a large, bold header with a line underneath. When I am on a Woocommerce page, the header is small with no line underneath. Also buttons in Woocommerce pages are different color / font etc. How can I get the theme formatting to be consistent throughout?

    #80157
    Sakin
    Keymaster

    @smartie_pants: Sorry for the trouble. I can check in your issue. Can you post in your site URL and let me know what you want to change to. Then I can send you custom css and if that needs to fixed in theme and then we will update it as well.

    #80164
    Sakin
    Keymaster

    @smartie_pants: That’s because it has their own css and we will need to overwrite it.
    1. For title, I have added in following css:

    .woocommerce .page-title {
        border-bottom: 1px solid #ddd;
        font-size: 28px;
    }
    @media screen and (max-width: 990px) {  
        .woocommerce .page-title {
            font-size: x-large;
        }
    }

    2.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Formatting Inconsistencies – Woocommerce’ is closed to new replies.