Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • kella@youngerusa.com Friend
    #879404

    Can someone please help me to make the text in the footer bold on my website? It is very hard to notice it. (youngerusa.com/j3new)

    I have tried these solutions but cannot figure it out.

    Pankaj Sharma Moderator
    #879679

    Hi
    Add below code in custom.css to make it bold .

    .uber-spotlight .t3-module ul > li > a {
        font-weight: bold;
    }
    

    and this code for ACM module

     .uber-spotlight .uber-contact-info.style-1 .info-list dd {
      font-weight: bold;
    }
    

    Hope it helps .

    kella@youngerusa.com Friend
    #879997

    It did thanks! What is the code to also bold the title for the module?

    Pankaj Sharma Moderator
    #880297

    Hi use this code in custom.css file

    .uber-spotlight .t3-module .module-title { font-weight: bold; }
    

    You can use firebug/inspect element to check the style and override them via custom.css

Viewing 4 posts - 1 through 4 (of 4 total)

This topic contains 3 replies, has 2 voices, and was last updated by  Pankaj Sharma 8 years, 1 month ago.

We moved to new unified forum. Please post all new support queries in our New Forum