Okay
  Public Ticket #1341211
Two headings on Webshop page
Closed

Comments

  •  10
    Michael started the conversation

    Hello Ylli,

    please take a look at this page: http://wolshop.picadia.com/webshop/

    You see there are two heading titles now. My question:

    1. How can I delete the first one (the black title) or otherwise:

    2. How can I customize this title (in Theme Options > Typography I can only choose the fonts but no other details like colour size, etc, please see the screenshot).

    THX. Michael

  •  10
    Michael replied

    The screenshot ..

  •  10
    Michael replied

    Point 1 is solved.

    I need only an answer for point 2.
    2. How can I customize this title (in Theme Options > Typography I can only choose the fonts but no other details like colour size, etc, please see the screenshot).

    THX. Michael

  • [deleted] replied

    Hi Michael,

    If you want to change the color and size you can do that by CSS and to apply your changes you must add your CSS codes on the Custom CSS area. 

    Example code:

    h1 {
        color: red !important;
        font-weight: 100 !important;
        font-size: 30px !important;
    }

    Have a great weekend!