• Resolved s7v7n

    (@s7v7n)


    hi,
    i have 1 top left widget and 1 top right widget. i want to change the font size of the top left widget text; i found the code with inspecting element. but when i change the size both widget fint sizes are changing.
    how can i change it separately? please help

Viewing 6 replies - 1 through 6 (of 6 total)
  • kjodle

    (@kjodle)

    WordPress wraps everything in a unique ID.

    Since you didn’t specify the code you are using, I guess you are using a css class.

    Instead, use a css ID, which is unique to a single item.

    We could provide the code with a link to the site in question.

    Thread Starter s7v7n

    (@s7v7n)

    hi,
    you can check the website HERE
    it says free shipping over 35 on top left widget. i want to make the font bigger. but i don’t want top right widget fonts to get big.

    kjodle

    (@kjodle)

    Placeholder page. I can’t see a thing.

    Thread Starter s7v7n

    (@s7v7n)

    hi kjodle,
    sorry the website was on maintanance mode. now it is on!
    i fixed the problem with left widget font size.
    but i have another problem:
    on the top right widget i have a header menu, when i hover over the gray links turn into white, i would like to change to hover over color from white to #653291
    can you please help?

    .top-bar-right a:hover {color:#653291}
    Thread Starter s7v7n

    (@s7v7n)

    perfect! thank you so much lorro

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Text widget font sizes’ is closed to new replies.