Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #68287
    luismarioochoa
    Participant

    Hello,

    Please help me with the following issues:

    1. How to change Head Fonts Size & Text Color (red) in a specific Widget where I have placed a shopping Cart.

    2. How to change the background color on that particular Widget from orange to white, while keeping its borders orange.

    3. Fonts are showing too large on the head texts of the Dishes. How can I correct that.

    4. A gray horizontal line is showing up dividing Dishes in the wrong places. How can I remove them or place them where I need to?

    Here is a Link to the page.
    http://bloomrestaurant.com/takeout-menu/
    Thank you so much

    #68316
    Sakin
    Keymaster

    @luismarioochoa:
    1. You can change the color code and font size as per your need in the following css and then add it in “Appearance => Theme Options => Custom CSS” box:

    #text-13 .widget-title {
        color: #222;
        font-size: 16px;
    }

    2. You can add the following css “Appearance => Theme Options => Custom CSS” box:

    #text-13.widget {
        background-color: #fff;
    }
    #text-13 .widget-title,
    #text-13 .wppizza-cart {
        border-color: #f25e1e;
    }

    3. You can change the font size as per your need in the following css and then add it in “Appearance => Theme Options => Custom CSS” box:

    .entry-content .wppizza-article-info h2 {
        font-size: 24px;
    }

    4. You can add the following css “Appearance => Theme Options => Custom CSS” box:

    .page-header {
        border: none;
    }
    #68374
    luismarioochoa
    Participant

    Thank you so much!

    Everything worked except # 2. The Background color did not change to white while keeping its borders Orange. Is there another workaround?

    Also:

    a) Is there a way to increase the fond size inside the cart?

    b) Is there a way to decrease/Increase the space between Dish Categories (Soup & Salads, Appetizers…) and their Dishes Groups?

    c) Is there a way to move the dollar “$” sign in front of the dollar amount instead of behind it?

    Thank you so much!

    #77984
    luismarioochoa
    Participant

    Thank you so much!

    Everything worked except # 2. The Background color did not change to white while keeping its borders Orange. Is there another workaround?

    Also:

    a) Is there a way to increase the fond size inside the cart?

    b) Is there a way to decrease/Increase the space between Dish Categories (Soup & Salads, Appetizers…) and their Dishes Groups?

    c) Is there a way to move the dollar “$” sign in front of the dollar amount instead of behind it?

    Thank you so much!

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Widgets, Fonts,’ is closed to new replies.