Hello,
In albums, I would like to change the background of the black brick below to white or transparent with a black typo. How can I do that ?
In the same area, it shows « related » with thread to other stories. How can I mask these links. I just want to display « MODERN WHITE Du Juan for VOGUE" in the example above.
http://benjaminkanarek.com/archives/album/5045
Thanks
Ben
Comments
How the heck you have these strange related thing there? Something is wrong there. How you done some modification to code?
About colors, use such custom CSS: With kind regards.
.genre-filter {
display: none;
}
Thanks
Could you please send me temporary access to your WordPress and FTP so I could check there what is going on? Send it here on forum via private message(click on my nick, in top-right corner you will find option "Message"). In message please attach LINK to topic it applies to.
By sending access to WordPress I mean:
-create new ADMIN account with fake e-mail
-set some password to this account
-send me created login and password
With kind regards.
The title "I DO!" disappear as I would like it to be black
and description is too light grey, I would like it to be #828282
How can I do that?
and of course having the related links removed
Thanks
About related posts in your album it is some plugin that you installed, I have just checked that in code, so I don't need access to your site.
With kind regards.
Colors:
Add also this custom CSS for title:
.album-content .post-title {And to fix text color please also add this: You can use your own colors, I just give you examples how to do it.color: #000;
}
With kind regards.
With kind regards.