Okay
  Public Ticket #1966267
Change text colors in "tags" sidebar and adding shadows to header
Closed

Comments

  •  1
    Dann started the conversation

    Hi,

    I would like to seek assistance in changing the font color of the "tags" sidebar section. The background was set to black and I have already changed a lot of settings but to no avail.

    Also, would it be possible to add a drop shadow for the texts in our header section? The font color is set to white and the links are not visible when the featured photo has a light background. 

    I've attached screenshots of the sections that we need to modify.

    Thanks in advance.

    Dann Garcia

  •  1,559
    Laborator replied

    Hi Dann,

    1. Add this CSS to Custom CSS to change the tags text color:

    .widget.widget_tag_cloud a {
      color: #FFF;
    }
    

    2. Add this CSS to Custom CSS

    .main-header.menu-type-standard-menu .standard-menu-container.menu-skin-light div.menu>ul>li>a, .main-header.menu-type-standard-menu .standard-menu-container.menu-skin-light ul.menu>li>a {
        text-shadow: 0px 1px 1px rgba(0, 0, 0, 1), 0px 0px 10px rgba(0, 0, 0, 0.8);
    }
    

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group

  •  1
    Dann replied

    Hi Art,

    The codes worked perfectly. Thanks for the assistance.

    Regards,
    Dann

  •  1,559
    Laborator replied

    Happy to hear that Dann, have a great daysmile.png

    P.S: If you like our theme, it would help us a lot if you could give us five star rating on themeforest from your Downloads tab.

    A huge thank you from Laborator in advance!

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group