Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #68229
    luismarioochoa
    Participant

    Hello,

    I installed a plugin but the theme is doing the folloing:

    1.Reproducing Dish Names Fonts way too large.
    2. Theme is producing an unneeded grey horizontal divider line that arbitrarily divides food categories in the wrong places. How to either remove it or place it where I’d like to.
    3. I have placed a Shopping Cart in a Widget. How can I make the background of this widget White, while keeping its borders with the current Orange color.

    Here is a link:
    http://bloomrestaurant.com/takeout-menu/

    Thank you

    #68250
    Sakin
    Keymaster

    @luismarioochoa:
    1 Sorry, I don’t get it what you mean. Can you explain, which font and what you want to do with that.
    2. You can remove that border by adding following css in “Appearance => Theme Options => Custom CSS” box:
    .page-header { border: none; }
    3. Add the following css in “Appearance => Theme Options => Custom CSS” box:

    #text-13.widget { background-color: #fff; border: none; }
    #text-13.widget-title, #text-13.wppizza-cart { border-color: #f25e1e; color: #222; }
Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Font Size & Widget Background Color’ is closed to new replies.