Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1117101
    happyben
    Participant

    Hey,

    i want to change the color of the footer content and i don’t want the uppercase of the content but i can’t change that in ethos. Also the color of the footer seems to be different to the heading. Is there a fading?
    Can you help me?
    The URL: https://fussballtreff-regensburg.de
    Wordpress Version 4.6.1

    Thank you Benjamin

    #1117258
    Joao
    Moderator

    Hi Benjamin

    Please add the following code in Appereance > Customizer > Custom > CSS and adjust the color according to your wishes.

    .x-colophon.bottom .x-colophon-content {
         color: white;
        text-transform: none;
    }

    Hope it helps

    Joao

    #1117294
    happyben
    Participant

    Hi Joao,

    yes that helped. Thanks a lot

    Benjamin

    #1117481
    Joao
    Moderator

    Glad to hear it,

    Let us know if you need help with anything else.

    Joao

    #1117716
    happyben
    Participant

    Hey Joao,

    i have the same problem with the new menu in the footer. Could you give me custom css for no uppercase and write color?

    thanks a lot,

    Benjamin

    #1117822
    Joao
    Moderator

    Hi Benjamin, please use the code below and adjust the color

    .x-colophon.bottom .x-nav li a {
        text-transform: none;
        color: black;
    }
    
    .x-colophon.bottom .x-nav li a:hover {
        text-transform: none;
        color: red;
    }

    Hope it helps

    Joao

  • <script> jQuery(function($){ $("#no-reply-1117101 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>