• Resolved Tim Hupkes

    (@tim983)


    Hi everyone,

    I’ve been trying all sorts of code to change the font of my dropdown menu. I somehow can’t find the right combination… Is there anyone here with a keen eye for code who want to help me..?

    The website is: https://www.timhupkes.com/ThemBeasties
    I want to change the font family & size of the dropdown menu on the right.

Viewing 10 replies - 1 through 10 (of 10 total)
  • Moderator Steven Stern (sterndata)

    (@sterndata)

    Volunteer Forum Moderator

    modify div.textwidget select#rpdropdown

    Thread Starter Tim Hupkes

    (@tim983)

    @steve: thanks for replying. Unfortunately (and strangely) that is not the one…

    Moderator Steven Stern (sterndata)

    (@sterndata)

    Volunteer Forum Moderator

    you need to use “!important” because the theme uses !important when it sets its own font. <sigh>

    see https://pix.toile-libre.org/upload/original/1472564326.png

    Thread Starter Tim Hupkes

    (@tim983)

    @steve: ha ha (<sigh>)…

    I had done so, and again now. Then I put it at the top of style.css. Still no luck. Can’t overwrite their !important. Doesn’t show in Chrome, Opera or Safari. (And yes, I had emptied cache :-))

    Is there a safe way to remove their !important? Or can’t I mess with that code…

    Moderator Steven Stern (sterndata)

    (@sterndata)

    Volunteer Forum Moderator

    Don’t mess with the theme’s CSS; use a custom CSS plugin like Simple Custom CSS.

    Thread Starter Tim Hupkes

    (@tim983)

    @steve: Just did so. When I look behind the scenes it’s like it takes (element). But at the front end I see no change…

    Moderator Steven Stern (sterndata)

    (@sterndata)

    Volunteer Forum Moderator

    What CSS did you add? Do you have any caching plugins? (If so, disable them while testing)

    I use the Simple Custom CSS plugin for my sites and I do notice that when you want to make a CSS change you will need to save the code and then hit the refresh button on your browser window a couple of times to get the change to take place. It could be as simple as that or it could be a whole other animal.

    Thread Starter Tim Hupkes

    (@tim983)

    @steve: this is what I did in the CSS plugin:
    /* div.textwidget select#rpdropdown {font-family: timshandmedium !important; font-size:0.8em !important;} */

    I have no cache plugins, but I did shut them all down to see. It didn’t change the font.

    @Admiral-A: I do empty the cache each time, but still no luck…

    Moderator Steven Stern (sterndata)

    (@sterndata)

    Volunteer Forum Moderator

    the /* */ comment that out.

    What I suggested should work. If it’s not, I suggest you contact the developer(s) of your theme.

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘overlooking right code dropdown menu (change font)’ is closed to new replies.