Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi @nickpapag,

    Thanks for reaching us,

    The issue related with the highlighted post image not being clickable is an issue with the theme after the latest theme update. Developers are working on the issue. Once the issue is fixed, we will release the update after which the issue will be fixed on your end.

    Regarding the issue with the widget title, are you refeering to the font size not being similar on both of the widget titles? Please elaborate a little more, and I will be back.

    Regards

    Thread Starter nickpapag

    (@nickpapag)

    @barsha04 Hi Barsha and thanks for your reply. About the second issue yes the widgets titles should be the same in the sidebar. I’ve fixed it with css but already reached 50 lines of custom css. Previous version had all the titles the same.

    Hi @nickpapag,

    Thanks for getting back,

    Basically, the font size is the same for both widget titles, and you can use the same CSS code for changing the font size. Please use the code below:

    h3.cm-widget-title font{
    font-size: 30px;
    }

    Let me know if this helps you or not and I will be back.

    Regards

    Thread Starter nickpapag

    (@nickpapag)

    Hi @barsha04 This code doesn’t change the widget title in sidebar. In the screenshot i’ve sent to you you can see clear that there is a difference. To fix it i’ve used this code:

    .cm-secondary .cm-widget-title span{
    font-size: 18px;
    font-weight: 500;
    line-height: 1.6;
    }

    Hi @nickpapag,

    Glad to hear that the issue has been fixed, and thanks for the code.

    If you found any more issues, can you share the screenshots showing the problems and link to the page where you’re seeing the issue?

    Regards

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Some fixes after update’ is closed to new replies.