Before you ask please READ THIS

change background color in albums and mask thread

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

image

Thanks

Ben

Comments

  • AirAir
    Posts: 10,970
    Hello :-)

    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:

    .album-content .inside {
    color: #000; /* text color */
    }
    .album-content {
    background-color: #fff; /* background color */
    }
    With kind regards.
  • edited October 2015 Posts: 40
    No code modification at all, but the customization you recommended (below) for masking the album list tool bar from the home page. I do not think it affected anything as I have that pbl above ever since installing the template.

    .genre-filter {
    display: none;
    }

    Thanks
    Post edited by benjikan on
  • AirAir
    Posts: 10,970
    I think I need access to your Wordpress to find out what is causing this.

    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.
  • Regarding the color curomization: I tried your code but it is not what I was expecting.

    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

    image

    Thanks
    2.png
    2445 x 1197 - 3M
  • AirAir
    Posts: 10,970
    Can you put mine code in your site so I could see what went wrong?

    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.
  • Ok just put your code back and i will disable of of the plugins and see which one is affecting the template. Thanks
  • AirAir
    Posts: 10,970
    Probably the one, that have something about related posts in name ;-) However it looks like this :-)

    Colors:
    Add also this custom CSS for title:
    .album-content .post-title {
    color: #000;
    }
    And to fix text color please also add this:

    .album-content .real-content > p:first-child {
    color: inherit;
    }
    You can use your own colors, I just give you examples how to do it.

    With kind regards.
  • The code works fine; thanks. Will look into the plugins now;
  • edited October 2015 Posts: 40
    Ok I disabled all of my plugins and reactived all of them one by one. It seems to work ok now. The related links have disappeared.
    Post edited by benjikan on
  • AirAir
    Posts: 10,970
    What was name of plugin that gave this effect?

    With kind regards.
  • Good question. As I disabled all of them at one time and reenabled them one at a time. None of them seemed to have an effect on the related feeds. That is so weird... But it now works fine!
Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!