Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #274988

    Hello All,
    i’m trying to build every entry over the portfolio structure. the default display of title and excerpt with a flap is not the style i want. i would alike a clear start of the page(no effect) and prefer a blurry look and the title and excerpt looks in the center of the image when you hover the mouse.
    is it possible? if it’s possible what’s the name of that area in order to set a different font

    Also on this masonary look, you have 3 different gap options(no gap, 1 and big gap). can we set to different values? also possibility of background color, mine somehow stuck to gay color and i can’t change this on general styling.

    thx

    #275016

    Hi atakoglu!

    No, changing the style of the masonry entries or adding new gap options is not easily possible. It’s doable but it would require some theme code customization done by a skilled developer/freelancer.

    If you want to change the title font attributes use this css code:

    
    .av-masonry-entry .av-masonry-entry-title {
    font-size: 13px;
    }
    

    and for the content below the title:

    
    .av-masonry-entry .av-masonry-entry-title+.av-masonry-entry-content{
    font-size: 13px;
    }
    

    Obviously the font-size code is just an example and you can add any css/font attribute to the code. If you want to change the breadcrumb color use:

    
    .main_color .av-masonry {
    background-color: #ebebeb;
    }
    

    and change the color value. You can place the css code into the child theme style.css file or into the quick css field.

    Best regards,
    Peter

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.