Blog Teaser - border color for pictures - Muffin Builder

Sorry I needed to post in this category :)

Hello.

Please help me to change BLOG TEASER PICTURE BORDER COLOR.

pleas see link of screenshot https://prnt.sc/yxl6eg

this screenshot is from home page https://www.nanolab.ge/

same I want for this page too https://www.nanolab.ge/category/products/

prefer color for border is: #ff246c , border line in pixels: 2px

thank you

Comments

  • Hello,

    Please, put the following Custom CSS Codes in Custom | CSS section in the page options.

    On the first page:

    1. .blog-teaser .teaser-wrapper .post{
    2.  border: solid #ff246c 2px;
    3. }

    On the second page:

    1. .post-photo-wrapper .image_wrapper_tiles{
    2.    border: solid #ff246c 2px!important;
    3. }

    Thanks

  • Thank you for answer.

    First page is okey but second page lines is not equal ... how to correct it? https://prnt.sc/z257cp

  • Please, try the following Code instead:

    1. .blog_wrapper .posts_group div.post-item{
    2.    border: 2px solid #ff246c!important;
    3. }

    Thanks

  • thank you for support. its works! :)

  • Im sorry, but when i past this code    

    .blog_wrapper .posts_group div.post-item{

          border: 2px solid #ff246c!important;

       }

    page will show me one column only ...

  • In that case, you should contact your web-developer, and he should be able to help you to customize it however you want.


    Thanks

  • Im creating this site :) befor adding this last code - there was two column - as customer wish... but when I trying adding this last css code after this action column is one :)

  • This is an embed external element. It can be deleted using the delete key or the backspace key. To view the full element, press the preview button below.

    Did you replace the previous Code with this one? If not, please remove the previous I have sent and use the second one.


    Thanks

Sign In or Register to comment.