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
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
Hello mike
thanks for your help
works great
you can close this request
thanks
kind regards
Franz