Tagged: , , , ,

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #906736

    Hi support,

    I would like the blog – widgets (categories, recent posts, and tags) to have the same font-family, size, and color.
    How is that possible?

    Blog

    Thanks :-)

    #907051

    Hey OKEI,

    Please add the following CSS

    .main_color li { color: #000 !important; font-weight: bold !important; }

    and it should make both work fine! :)

    Thank you!

    Best regards,
    Basilis

    #910500

    Hi,

    It only changed the widget with categories to bold on the font.

    There must be at way to make the blog related widgets look better – more alike.

    Thanks :-)

    #910554

    Hi,

    Perhaps try adding the following:

    .inner_sidebar a { color: #000 !important; font-weight: bold !important; font-size:14px!important; }
    
    .tagcloud a{ font-size:14px!important;}

    Now the above should work, however you have some !important declarations that already declared that you would need to clear first in order to get this to work 100%.

    Best regards,
    Jordan Shannon

    #922793

    It worked – thanks :-)

    Please close.

    #922929

    Hi OKEI,

    Glad you got it working for you! :)

    If you need further assistance please let us know.

    Best regards,
    Victoria

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