Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #779857

    Hi support,
    Thanks for a great template.

    I am managing a portfolio, and want to change the textbackground of both the sortable portfoliocategories aswell as the backgroundcolor of the entry title and excerpt. Where is this possible to do?

    Regards
    Metin – newbie – Aydin

    #779886

    Hey metin_aydin,

    Can you give us a link to the page mentioned? so we can check.

    Best regards,
    Nikko

    #779899

    Hi Nikkp,

    Sure, and thanks for speedy reply!

    See above and below the images, I’d rather have there be plain white as background.

    2 follow up questions:
    The categories at the top are centered horisontally – I’d love to have them justified to the left instead.

    Also, the image captions below – where to adjust the vertical positioning? I would like them to be located closer to the parent images.

    Best regards
    Metin

    #780280

    Hi,

    Please try the following in Quick CSS under Enfold->General Styling:

    #top .main_color .container .av-masonry-sort {
        background-color: white !important;
    }
    
    .av-masonry-sort {
        text-align:left !important;
    }

    Best regards,
    Rikard

    #780426

    Hi Rikard,

    Thanx, it did the trick!

    Can you help me with the color of the text container under each item too (white)?

    And, is it possible to get the text closer to the graphic, smaller celle padding in the top?

    Regards
    Metin

    #780805

    Hi,

    Try adding this css code:

    #top .av-masonry .av-inner-masonry-content {
        background: white;
        padding: 10px 20px 20px;
    }

    Let us know if this helps :)

    Best regards,
    Nikko

    #781035

    Hi Nikko!

    Yes it did the trick! Thanks.

    However, there is tilted square left that has the original color (see http://www.haik.dk/referencer/) overlapping the image.
    Can the color of that one be changed to white too. Can it be turned off entirely?

    Regards
    Metin

    #781457

    Hi Metin,

    Can you post a screenshot where this tilted square is located? I apologize, I can’t seem to spot it. You can upload the screenshot in http://imgur.com/ and post the link here.

    Best regards,
    Nikko

    #781473

    Hi Nikko,

    Thanks your efforts: The tilted squares can be seen here http://imgur.com/Bqcc4ve

    Regards
    Metin

    #781549

    Hi,

    Just add this custom style code:

    .avia-arrow {
    display: none;
    }
    

    Best regards,
    John Torvik

    #781584

    Thanks John,

    It did the trick, awesome!

    Regards
    Metin

    #781627

    Hey!

    Happy we can help.
    Please feel free to creatre a new ticket, if you need anything else.

    Thank you very much

    Cheers!
    Basilis

Viewing 12 posts - 1 through 12 (of 12 total)
  • The topic ‘Changing background color of Portefolio categories’ is closed to new replies.