• Resolved nkbong

    (@nkbong)


    I would like to change the color of the back button from black to #247ee5. I use this statement in WordPress’ Custom CSS input:

    #bwg_container1_0 #bwg_container2_0 .bwg_back_0{
    color: #247ee5 !important;
    }

    But this doesn’t work because the back button’s color is !important, and the custom CSS gets inserted several lines before the Back button’s styling is declared. Is there another way I can change the back button’s color?

    • This topic was modified 7 years, 9 months ago by nkbong.
Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Contributor Photo Gallery Support

    (@photogallerysupport)

    Hi,

    Could you please provide an URL address of the page where the Gallery is published?

    We will try to suggest a CSS code.

    Thank you! Have a nice day!

    Thread Starter nkbong

    (@nkbong)

    Plugin Contributor Photo Gallery Support

    (@photogallerysupport)

    Hi,

    You should get rid of !important from the code and afterwards, add the above-written code.

    Please go to
    wp-content\plugins\photo-gallery\frontend\views\BWFViewAlbum_compact_preview.php file , search for color: #<?php echo $theme_row->album_compact_back_font_color; ?> !important; and delete !important; .

    Please let us know if t helps.

    Thank you! Have a nice day!

    Thread Starter nkbong

    (@nkbong)

    This worked, thank you very much!

    Hello, can you help me out with this. I need a back button for my wordpress site. But not sure how to set it up?

    If you can help I would be very grateful
    thanks
    Nice

    Plugin Support Kima Baghdasaryan

    (@kimabaghdasaryan)

    Hi,

    Could you please let us know if you are using Gallery group on your website? May I ask you to provide an URL address of the page where the gallery is published?

    Thank you in advance!

    Have a nice day!

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘Change Back Button Text Color’ is closed to new replies.