Before you ask please READ THIS

Color for the "uncover"

Hi,
First, I want to thank you for this awesome wordpress theme !! Very nice work !

This week, I have changed my graphic identity, my website is the next step.
I wanted to know if it's possible to change the color of the uncover (by red for exemple :p ) and take off the title of the project ?
I have searched in the css but they have just webkit in the uncover section.

Thanks !!

Comments

  • AirAir
    Posts: 10,970
    Hello:-)
    alexandrecaille said: First, I want to thank you for this awesome wordpress theme !! Very nice work !
    I am glad that you like It that much :-) Thanks!
    alexandrecaille said: I wanted to know if it's possible to change the color of the uncover (by red for exemple :p ) and take off the title of the project ?
    You can change cover for each album individual in its settings:

    image

    If you need to do it generally, then try this custom CSS:
    .archive-item figcaption .cover {
        background-color: rgba(0,0,0,0.7);
    }
    To hide title use this:
    .bottom_group {
        display: none;
    }
    With kind regards.
    ss-2016-06-23_10-13-54.png
    788 x 364 - 15K
  • Thanks, that's exactly what I wanted !
    For the album categories we can see in the cover, where can I hide them ?
  • AirAir
    Posts: 10,970
    In albums settings http://apollo13.eu/docs/thirteen/#!/albums_list_appearance

    With kind regards.
  • Perfect ! Thanks !!!
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!