About this topic

  • Posted by Black Pepper 1 year ago. There are 4 posts. The latest reply is from byron.
  • This topic is resolved
  1. Hi all,

    Hope everyone is off to a good start to the holiday weekend.

    I am trying to change the color of the caption text as well as the rating text.

    Actually, I would just like to remove the rating text all together.

    What files can I accomplish both of these actions.

    Thanks and have a great weekend.

  2. Also, there is a small space around the photo, then there is a border around it, I would like to change the color of that small space too.

    What field is this, I ask as I have tried everything to figure it all out.

  3. Resolved!

    Solution:

    changing the following color to whatever you like will change the text color.

    .bwbps_gallery_div a{
    color: #000000;
    }

    .bwbps_gallery_div a:hover{
    color: #000000 !important!
    text-decoration: underline;
    }

    .bwbps_gallery_div table {
    width: 100%;
    }

    .bwbps_gallery_div{
    color: #000000;
    }

    .bwbps_galid {
    float: right;
    color: #000000;

  4. Hi Black Pepper,

    Great!! Glad you got it figured. Hopefully you are able to stick your CSS into a file other than the one the bwbps.css file since this will be overwritten every time upgrades occur. It should make it less of a headache for you down the road.

    Enjoy the long weekend! Cheers!
    Byron

RSS feed for this topic