Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • sebbs Friend
    #196543

    Hello, on my site: http://baico.dev.dnsnetworks.ca/
    Let’s say you click on the first book “It Happened in Canada” under new releases … I would like it if :
    1. The new releases books and the Books by topic disappeared and it was just the information on that book

    ALSO

    2. I don’t want it to have the title Featured Articles… just the book title

    TomC Moderator
    #529869

    Here’s something you can try . . .

    Within your custom.css file, add the following:


    .module-title {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-bottom: 1px solid #000000
    color: #000000
    display: none;
    font-family: 'Roboto',sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
    margin: 0 0 20px;
    padding: 0 0 20px;
    text-transform: uppercase;
    }

    The key is the “display: none” property, It will also affect some other titles – so see if this achieves the result you’re looking for and let me/us know. (NOTE: It doesn’t matter where you put the “display” property in the list).

    😎

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

This topic contains 2 replies, has 2 voices, and was last updated by  TomC 10 years, 7 months ago.

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