Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • Spell Friend
    #968153

    Hello. I would like to make the category Title centerered in ACM list view and also the placeholder of it to have the same color i have set via class. Or making the title placeholder to have a colored border same as color class. How do i do that?

    I include an image to make things clearly.


    1. Custom2.1
    Pankaj Sharma Moderator
    #968316

    Hi
    Add below code in custom.css file

    
    .magazine-category-title.cat-violet {
        background: url(../../images/bg-stripes.png) repeat left top #f8f8f8;
    text-align:center;
    background-color: #bf5fff;
    }

    Here : http://prntscr.com/ci59zb

    Spell Friend
    #968472

    Thank you. I was able to change other categories with the same code just changing the cat-X color to the corresponded color. If i need the text to be bold what do i do?

    I tried
    font-weight:bold;
    and
    font-weight:bolder;

    but no luck.

    Pankaj Sharma Moderator
    #968607

    Hi
    Use below code

    
    .magazine-category-title.cat-violet h2 {
        font-weight: 600;
    }

    Increase the value of 600 to make it more bold .

Viewing 4 posts - 1 through 4 (of 4 total)

This topic contains 3 replies, has 2 voices, and was last updated by  Pankaj Sharma 7 years, 8 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum