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*

Change color of text in copy right

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #23081
    isiariojewelry
    Participant

    Can some please tell me how to change the color the text in copy right and how to get rid of the white line above the copy right .Please I have been trying for days to do this. Thanks

    #23141

    Hi isiariojewelry,

    Go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:

    #colophon, #colophon hr { 
         border-color: none;
     }
    
    #site-generator .copyright {
      color: #3ab0db; // change this value of color as you want
    }

    Thank you!

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