• Resolved Vipasha

    (@vipasha)


    Hello! Post Slider by 10Web – Responsive Post Slider Team,

    I want to need few changed, but can not found in setting. Please help me how to do bellow changes in my slider?

    1. How to change Post Title font size and Color?
    2. How to remove short description?
    3. How to change or remove post title background color?

    Thanks in advance.

    The page I need help with: [log in to see the link]

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Support Kima Baghdasaryan

    (@kimabaghdasaryan)

    Hi,

    Could you please highlight the changes which should be done on your Slider? So, we will provide CSS code. Please provide a screenshot for that?

    Thank you!

    Have a nice day!

    Thread Starter Vipasha

    (@vipasha)

    Hello! kimabaghdasaryan,

    Thanks for your reply.

    Please find screenshot in following link:
    https://we.tl/t-eYRpUR1i13

    Hope this will be fine.

    Thanks

    Plugin Support Kima Baghdasaryan

    (@kimabaghdasaryan)

    Hi,

    Please add the below-written CSS code into Appearance > Customize > Additional CSS:

    .wdps_layer_6{
    background-color: transparent !important;
    font-size: 1px !important;
    }
    .wdps_layer_6 b {
    color:black;
    font-size:40px !important;
    }

    As regarding the fourth point, it is not possible.

    Please let us know if you have further questions.

    Thank you!

    Have a nice day!

    Thread Starter Vipasha

    (@vipasha)

    Hello! kimabaghdasaryan,

    Its working for only 1 slide image but I want it for whole slider? Please live website.

    Thanks

    Plugin Support Kima Baghdasaryan

    (@kimabaghdasaryan)

    Hi,

    Please add the below-written CSS code instead of the previous:

    span[class^="wdps_layer_"] {
       background: transparent !important;
       color:transparent !important;
       font-size:0 !important;
    }
    span[class^="wdps_layer_"] b {
       color: #000 !important;
       font-size:40px !important;
    }

    However, please note that we had taken into consideration your another slides images background. Some titles will not be seen because they are black, and the images are also black. Please check the screenshot.

    Please let us know if you have further questions.

    Thank you!

    Have a nice day!

    Thread Starter Vipasha

    (@vipasha)

    Thanks for your reply. Now its working.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Change Post Title Color & Size; also no Description’ is closed to new replies.