Home Forums WoodMart support forum sticky sidebar

sticky sidebar

Viewing 6 posts - 31 through 36 (of 36 total)
  • Author
    Posts
  • #200000

    tchubb
    Participant

    Thank you , I inserted the code and attached a screenshot to show you but I do not see how this made any change? I don’t know why adding the color red would make the side bar widget text larger but I did try it and I don’t see any effect.

    Am I supposed to change something else or modify some other setting in order to see the effect?

    Attachments:
    You must be logged in to view attached files.
    #200058

    Hello,

    Please check the screenshot: https://prnt.sc/sskcm5 and https://prnt.sc/sskdwq remove color if you do not need to change the color.

    Best Regards

    #200386

    tchubb
    Participant

    Thank you I added this but it also had no effect for changing the size of the font.

    I attached a screenshot of where I have added it, did I do it right? Should I be changing some other setting as well?

    #200456

    Hello,

    Please clear the cache. I am checking and see everything is working. You can change the color as per your needs, I set red to show it works https://prnt.sc/starul

    Best Regards

    #200750

    tchubb
    Participant

    I added this code but it had no effect? I still dont understand why adding the color red will affect the font size?

    All of the past few codes that you have given me have had no effect on the font size so I would like to make sure we are speaking about changing the font size of the sidebar and not soemething else?

    Since we have gone back and forth many times, are you able to login and try to fix the issue?

    #200770

    Hello,

    You said you want to change the font, so I provided the selector so that you could change anything.

    Replace all the code with this one:

    body .sidebar-widget .widget-title {
        font-size: 20px;
    }
    body .widget a {
        font-size:20px;
    }

    Change 20px and 60px as per your needs.

    Best Regards

Viewing 6 posts - 31 through 36 (of 36 total)