-
AuthorPosts
-
February 11, 2018 at 10:14 pm #910804
I’ve been going through multiple threads with the same subject, but can’t seem to get the background color of the title in the portfolio grid to change colors. I need it to be rgba (255,255,255,0.8).
The code I have in there currently is:
.main_color .grid-entry-title {
background-color: rgba(255,255,255,0.8)important;
}The title background right now is pure white and covering up part of the image.
February 11, 2018 at 11:39 pm #910819Hey iedigitaldesign,
Seems like you’re missing ! in the code you used, it should be:
.main_color .grid-entry-title { background-color: rgba(255,255,255,0.8) !important; }Let us know if this helps.
Best regards,
NikkoFebruary 13, 2018 at 1:05 am #911442It’s still not working. The background color of the title area on the grid is still solid white.
February 13, 2018 at 4:34 am #911483Hi,
I have your site and I can already see the transparent white backgrounds, the only solid ones are coming from the image. If I’m not mistaken you’re referring to the 5 columns under ARISTA PRODUCTS PROVIDE? If yes, it can only be fixed by using an image with transparent background and in png format. If it’s not the 5 columns, can you provide a screenshot showing the area that needs to be adjusted in background color.
Best regards,
NikkoFebruary 13, 2018 at 8:46 pm #911887Those are just regular images, not the portfolio grid. You can see what I’m talking about here: http://dev.aristabath.com/bath-hardware/
February 14, 2018 at 4:50 am #912091Hi,
I see, background color of the captions aren’t covering it, but the image itself is cropped into 260 x 165px that’s why it looks like it’s covered. These are the images that are used (link to images in private content). To fix this, please install and activate this plugin:
then go to Settings > Media > portfolio_small size then set Maximum Width 260 and Maximum Height to 260 then regenerate thumbnails.
Hope this helps :)Best regards,
Nikko -
AuthorPosts
- You must be logged in to reply to this topic.
