• Resolved osakid8

    (@osakid8)


    Hello.
    Thank you for making very nice plugin!
    My site looks very good.
    But I have only one question
    In the seting
    I changed the navigation color to yellow.
    But it turns light blue in my site.
    So I tried change the color from CSS many times,but it does’t work.
    Could you please tell me the HTML class name?

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Support Bayejid Ahmed

    (@bayejid00)

    Hi @osakid8,

    Thank you for your query and sorry for the late reply.

    We have tested the navigation color at our test site and it is working fine.

    Any CSS of another plugin/current theme may override the CSS of the navigation color of Carousel on your site. Share the page link to review to provide a proper solution.

    HTML Class Selector is .pcp-button-prev i.fa, .pcp-button-next i.fa
    You can override the color with custom CSS like the following CSS.

    .pcp-button-prev i.fa, .pcp-button-next i.fa {
        color: yellow !important
    }

    Let us know if the CSS works or not.

    Thread Starter osakid8

    (@osakid8)

    Plugin Support Bayejid Ahmed

    (@bayejid00)

    @@osakid8

    Thank you for the page link. It seems that the tag of the navigation icons is replaced with SVG icons by another plugin/current theme setup. And for that reason, the color CSS of the Smart Post Show does not work.

    To change color, use the following CSS in the custom CSS field going to Smart Post Show > Settings > Custom CSS.

    .pcp-button-prev, .pcp-button-next {
        color: yellow !important;
    }

    And let us know if the CSS works or not.

    Thread Starter osakid8

    (@osakid8)

    It doesn’t work …
    Do I have to give up??????

    Plugin Support Bayejid Ahmed

    (@bayejid00)

    If you use the above CSS, it must work.

    And clear the cache of your website and check once again. If not work, you can create a ticket here with necessary information to review.

    Thread Starter osakid8

    (@osakid8)

    OK1
    Thank you very much!

    Plugin Support Bayejid Ahmed

    (@bayejid00)

    Hi @osakid8,

    This thread has been inactive for a bit, so I’m going to mark it as Resolved now. Please feel free to open a new one if you have any further questions.

    Cheers!

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘navigation color’ is closed to new replies.