MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.

    Make compliments_plus bold

    Scheduled Pinned Locked Moved Unsolved Troubleshooting
    6 Posts 3 Posters 1.5k Views 2 Watching
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • swvalentiS Offline
      swvalenti Project Sponsor
      last edited by

      How do I make the compliments bold, I tried the following in custom.css to no avail. What makes the text bold?

      .compliments_plus {
      display: bold;
      font-weight: bold
      }
      
      swvalentiS 1 Reply Last reply Reply Quote 0
      • swvalentiS Offline
        swvalenti Project Sponsor @swvalenti
        last edited by

        This doesn’t work either

        display: inline-block
        
        cowboysdudeC 1 Reply Last reply Reply Quote 0
        • cowboysdudeC Offline
          cowboysdude Module Developer @swvalenti
          last edited by cowboysdude

          @swvalenti this =>

          
          .compliments_plus .pre-line {
          	font-weight: bold; 
          }
          

          You can also change colors under same custom.css like this ->

          .compliments_plus .pre-line {
          	font-weight: bold; 
             color: white;
          

          OR you can even change color of icon and font at the same time =>

          .compliments_plus .pre-line {
          	font-weight: bold;
          	color: white;
          }
          .compliments_plus .wi,
          .compliments_plus .fa { 
          	color: yellow;
          }
          

          OR just one at a time =>

          .compliments_plus .pre-line {
          	font-weight: bold;
          	color: white;
          }
          
          .compliments_plus .fa { 
          	color: yellow;
          }
          
          .compliments_plus .wi, {
          color:  green;
          }
          

          Hope that helps :)

          swvalentiS ? 2 Replies Last reply Reply Quote 1
          • swvalentiS Offline
            swvalenti Project Sponsor @cowboysdude
            last edited by

            @cowboysdude said in Make compliments_plus bold:

            .compliments_plus .pre-line {
            font-weight: bold;
            }

            You are the man as usual thanks for much for taking the time to help and explain. You rock it worked just like you said!

            cowboysdudeC 1 Reply Last reply Reply Quote 2
            • cowboysdudeC Offline
              cowboysdude Module Developer @swvalenti
              last edited by

              @swvalenti Glad you got it working :) Enjoy my friend.

              1 Reply Last reply Reply Quote 0
              • ? Offline
                A Former User @cowboysdude
                last edited by A Former User

                This post is deleted!
                1 Reply Last reply Reply Quote 0

                Hello! It looks like you're interested in this conversation, but you don't have an account yet.

                Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

                With your input, this post could be even better 💗

                Register Login
                • 1 / 1
                • First post
                  Last post
                Enjoying MagicMirror? Please consider a donation!
                MagicMirror created by Michael Teeuw.
                Forum managed by Sam, technical setup by Karsten.
                This forum is using NodeBB as its core | Contributors
                Contact | Privacy Policy