• Resolved maars1983

    (@maars1983)


    Hello,

    I use theme “One Community” with the Youzify plug-in. But I want to change the colour of the background in the forums and topics of the text field behind the texts. And a little more space that the text is not against the edge on the left side. How to do both things?

    Thank you in advance

    Mario

    • This topic was modified 5 months, 3 weeks ago by maars1983.
Viewing 11 replies - 16 through 26 (of 26 total)
  • Thread Starter maars1983

    (@maars1983)

    I have done, all is there in the ticket

    Plugin Support Youzify

    (@kainelabsteam)

    Hi @maars1983

    Thank you for your understanding. Feel free to reach out if you have any other questions.

    Best Regards, KaineLabs Team.

    Thread Starter maars1983

    (@maars1983)

    If you can help there as so fast here. I will be happy ??

    After I have another question, but that comes when this issue is finished ??

    Kindly regards,

    Mario

    Plugin Support Youzify

    (@kainelabsteam)

    Hi @maars1983

    Yes, feel free to reach out if you have any other assistance. If it can be solved without need to login into your website, I will be happy to help you for sure.

    Best Regards, KaineLabs Team.

    Thread Starter maars1983

    (@maars1983)

    I will ask here in the meantime. The sidebar in the forums gives a different size icons then the one up. I would like to the same small size icons in the “Recent Topics” as in “Forum”.

    Plugin Support Youzify

    (@kainelabsteam)

    Hello @maars1983

    Please try this CSS:

    .bbp-topics-widget newness li::before {
      width: 35px;
      height: 35px;
      line-height: 35px;
    }
    
    .bbp-topics-widget newness li{
      padding: 0px 0px 0px 75px;
    }
    .bbp-topics-widget.newness li {
      line-height: 35px;
    }

    I hope it helps.

    Best Regards, KaineLabs Team.

    Thread Starter maars1983

    (@maars1983)

    Hello,

    I have tested in global CSS in the plugin and Additional CSS in WordPress but it didn’t change

    Kindly regards

    Mario

    Plugin Support Youzify

    (@kainelabsteam)

    Hello @maars1983

    Please add !importan mark so it should be:

    .bbp-topics-widget newness li::before {
    width: 35px !important;
    height: 35px !important;
    line-height: 35px !important;
    }

    .bbp-topics-widget newness li{
    padding: 0px 0px 0px 75px !important;
    }
    .bbp-topics-widget.newness li {
    line-height: 35px !important;
    }

    Best Regards, KaineLabs Team.

    Thread Starter maars1983

    (@maars1983)

    hello,

    i have tested again in both options but there comes no difference again ??

    kindly regards

    Mario

    Thread Starter maars1983

    (@maars1983)

    Hello,

    The problem is solved! Thank you for all the assistance and information.

    Great work from the @kainelabsteam here and in the paid support!

    Kindly regards,

    Mario

    Plugin Support Youzify

    (@kainelabsteam)

    We are happy that we were able to help you.

    If you don’t mind could you take a moment to leave us a 5-Star rating and a good review both on our CodeCanyon Page and WordPress Directory, please? 

    We know that this might take little effort and time from you, but your support will mean a lot to us.  Because your review will help people feel confident about choosing Youzify. And will help us grow the team to speed up the development process and improving our services.

    In case you need help with any other issues, don’t hesitate to reach us. and we will be very happy to help.

    Have a wonderful day.

    Best Regards, KaineLabs Team.

Viewing 11 replies - 16 through 26 (of 26 total)
  • You must be logged in to reply to this topic.