• Resolved Darshan Paladiya

    (@ddpaladiya)


    Hi, I am newbie and have set up my website on myself. Now it is almost done & I have published one post too.

    I want to know that how can I change the dropdown text color or background color in sidebar. My site is . & The sidebar can be opened from top left panel.

    I traced CSS with Inspect element & It is showing the path “freebee.graphics/freebies/index.php” while there is no such folder! help ASAP

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello. The theme should have a custom CSS box. Find it and paste these in

    select#cat {
    color: #fefefe;
    background: #BB1A1A;
    }

    the color property controls the text color and the background, well, the background. Use any colors you like.

    Thread Starter Darshan Paladiya

    (@ddpaladiya)

    Superb. Why didn’t I have that idea? Works great. Thank you so so so much ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Need help with CSS’ is closed to new replies.