Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #720055

    Hello, I use the portfolio grid in my gallery. How do I change the color of the title text? And also how do I centralize sort text? I used this code below to center but it does not work.

    /
    CODE
    .main_color #js_sort_items { background: none !important; text-align: center !important; }

    LINK
    (http://www.rainhacinema.com.br/rainha1/home-4/)

    LINK IMAGE

    View post on imgur.com

    • This topic was modified 7 years, 11 months ago by mleite1.
    #720082

    Hey mleite1!

    We would appreciate not to create doubled tickets, for the same issue.
    We try to catch up with all the support as fast as possible and making duplicated, make the thing diffucult.

    The class for the text is
    .main_color .grid-entry-title

    and for the position of the order
    .sort_by_cat

    Do let us know if we can do anything else for you.
    Thanks a lot

    Best regards,
    Basilis

    #720085

    I know this, but I did not get feedback on the subject matter. So I decided to send another one. I apologize, but I had no choice.

    #720208

    Dude, I’ve tried it in many ways and it does not work. What could be happening?
    Can you help me? I’ve already been in this application for 3 days and there’s no use.

    CODE I USED
    .sort_by_cat {
        align: center! Important;
    }
    .grid-entry-title {
        color: # 40c9db;
    }

    #720551

    Hello, any position?

    It is very important for the project.

    #720553

    Hey!

    Please add following code to Quick CSS

    h3.grid-entry-title.entry-title {
        color: #40c9db!important;
    }
    #js_sort_items {
        display: inline-block;
    }
    .sort_width_container.av-sort-yes {
        display: inline-block;
        width: 100%;
        text-align: center;
    }

    If that does not help, please create a temporary admin login and post it here privately.

    Regards,
    Yigit

    #720690

    Yigit, everything working perfect.

    I do not understand why Basilis did not solve this with me. How unwilling to help.

    #720694

    Hey!

    I am sorry it looks like that.
    When you reply multiple times inside, the topic goes to the bottom and we can not located.
    So, in the turn that other work, Yigit checked the project and managed to help you.

    I hope you do understand.
    One reply on every ticket, is the best case scenario.

    Feel free to create a new one ticket, if you need something else.

    Cheers!
    Basilis

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘PORTFOLIO GRID’ is closed to new replies.