Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #277931
    Heinz
    Participant

    Hi
    I would like to set the titles of the titles displayed in the sidebar to black. For the HTML elements, I was able to do this with:
    # custom_html-5 .widget-title {
    color: # 111111;
    }
    and
    # custom_html-6 .widget-title {
    color: # 111111;
    }
    The other two elements, however, are of the Images and Posts type. How can I change the color here?

    https://schneegetraenke.ch/dienstleistungen/hinweise-formulare/

    Many thanks for the help.
    regards
    Heinz

    #277955
    Skandha
    Participant

    @henebe: Hello Heinz,
    Remove the CSS Code you have added and add the following Code.

    .widget-title {
        color: #111;
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

    #277976
    Heinz
    Participant

    Thank you, works fine! 🙂

    #278040
    Skandha
    Participant

    @henebe: Glad it worked out. Have a great weekend! 🙂

    Kind Regards,
    Skandha

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Title color in sitemap’ is closed to new replies.