Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1440423

    Hello everyone
    I have received the css code below from you:
    /*widget-title for all pages*/
    #top #wrap_all .all_colors .widgettitle,
    #top #custom_html-2 > h3.widgettitle {
    color: #666666;
    text-transform: none;
    font-size: 23px;
    font-weight: 200;
    }
    the title is displayed correctly on two pages:
    1 correct:
    2 correct:
    3 is displayed incorrectly

    How do I have to add the code so that all titles look the same if I also add other footers again?
    thanks in advance
    kind regards
    Franz

    #1440427

    Hey schweg33,
    Try this CSS:

    #top #wrap_all .all_colors .widgettitle,
    #top [id*="custom_html-"] > h3.widgettitle {
    color: #666666;
    text-transform: none;
    font-size: 23px;
    font-weight: 200;
    }
    

    Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.

    Best regards,
    Mike

    #1440429

    Hello mike
    thanks for your help

    works great

    you can close this request

    thanks
    kind regards
    Franz

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘all widget titles the same’ is closed to new replies.