• Resolved felixagosto

    (@felixagosto)


    Would like to know how to change tags background colors and if i can change fonts styles and font colors?? HOW?

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author pluginandplay

    (@pluginandplay)

    Hi @felixagosto

    Below is custom CSS. You can add below CSS to Plugin Settings > Custom CSS tab and save it.

    1) Category (Over image in red color background)

    .bdpp-post-grid-wrap.bdpp-design-12 .bdpp-post-cats a {
        color: #fff;
    	background:#dd3333;   
    }

    2) Title color and style:

    .bdpp-post-grid-wrap.bdpp-design-12 .bdpp-post-overlay .bdpp-post-title a {
        color: #000 !important; font-style: italic;
    }
    
    h2.bdpp-post-title {
        font-size: 26px;
        line-height: 32px;
    }

    It looks like that you are using the premium version. It would be great if you raise your query from our website.

    Thanks

    Thread Starter felixagosto

    (@felixagosto)

    What do you mean by raise query from website?

    Plugin Author pluginandplay

    (@pluginandplay)

    Hi @felixagosto

    Thanks for your response.

    As you are using the premium version so according to www.ads-software.com we can not provide the support of premium products from here. www.ads-software.com is a public forum.

    You can find relevant information from our website to raise query ??

    Does the above CSS work for you?

    Thread Starter felixagosto

    (@felixagosto)

    yes!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Colors and Pagination’ is closed to new replies.