badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Black as default color

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #85504
    amitmozar
    Participant

    Hi,

    I want Black as the default color. Right now, the text is appearing in light grey color.

    I am using free version of NewsCard theme.

    My website is: https://animationandvfxjobs.com/

    #85612

    Hi amitmozar,

    Please go to ‘Appearance > customizer > Additional CSS‘ and paste the below Custom CSS code.

    body,
    input,
    textarea,
    select,
    pre,
    pre code,
    code,
    caption,
    blockquote:before,
    .form-control,
    .main-navigation li ul li.menu-item-has-children > a:after,
    .main-navigation li ul li.page_item_has_children > a:after,
    .main-navigation .dropdown-menu a,
    .main-navigation li ul a,
    .entry-meta,
    .entry-meta a,
    .post-boxed .entry-content p,
    .widget ul li a,
    .entry-title a {
    	color: #000000;
    }
    .form-control::-webkit-input-placeholder {
    	color: #000000;
    	opacity: 1;
    	-moz-opacity: 1;
    	filter: alpha(opacity=100);
    }
    .form-control::-moz-placeholder {
    	color: #000000;
    	opacity: 1;
    	-moz-opacity: 1;
    	filter: alpha(opacity=100);
    }
    .form-control:-ms-input-placeholder {
    	color: #000000;
    	opacity: 1;
    	-moz-opacity: 1;
    	filter: alpha(opacity=100);
    }
    .form-control:-moz-placeholder {
    	color: #000000;
    	opacity: 1;
    	-moz-opacity: 1;
    	filter: alpha(opacity=100);
    }
    .site-description,
    .entry-meta a
     {
    	opacity: 1;
    	-moz-opacity: 1;
    	filter: alpha(opacity=100);
    }

    Thanks

    #85654
    amitmozar
    Participant

    Thanks.

    It worked.

    #85678

    Welcome anytime Amitmozar

    #91068
    amitmozar
    Participant

    This code was working fine till yesterday.

    Today, I update the theme.

    Now, the text color is not black. The above code is still in ‘Appearance > Customize > Additional CSS’.

    Please suggest the solution.

    #91170
    amitmozar
    Participant

    Hi,

    Looking forward to your fast update.

    All my custom modifications, as per my target audience, are gone. The website is not looking as impressive as it should be.

    Please update asap.

    Thanks in advance.

    #91290

    Hi amitmozar,

    We have replied about this on your next Topic, Please make sure the code we have provided are saved on Custom additional CSS field.

    Thanks

Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.