• triton63

    (@triton63)


    Hello,
    Now, un article is displayed with a grey background and a frame around the text.
    How to suppress the frame ?
    How to replace grey color by white color .
    Thanks.

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

Viewing 6 replies - 1 through 6 (of 6 total)
  • akhileshnagar

    (@akhileshnagar)

    .

    akhlesh-nagar

    (@akhlesh-nagar)

    Hi
    Thanks for contacting to us.
    To suppress frame arrund the text add the below css code inside the Appearance >> customizer >> Additional css box.

    
    .navbar-inverse {
        opacity: 0.0;
    }

    Let me know for any confusion.
    Thanks

    Thread Starter triton63

    (@triton63)

    Hello,
    Thanks for your answer but it doesn’t work.
    When I display the articles of a category, each articles is displayed with a grey background (I wish a white background), a frame (I wish no frame) and the size of the title is too large (I wish to decrease the size of the title).
    Thanks.

    akhlesh-nagar

    (@akhlesh-nagar)

    Hi
    Now I understood your query.
    Add the below css code inside the Additional css box.

    .blog-detail-section {
        background-color: inherit;
        border: none;
    }

    Let me know for any confusion.
    Thanks

    Thread Starter triton63

    (@triton63)

    Hello,
    It works perfectly.
    Thanks a lot.

    akhlesh-nagar

    (@akhlesh-nagar)

    Glad to help you!
    If you like our Theme & Support, rate us HERE.
    https://www.ads-software.com/support/theme/wallstreet/reviews/#new-post
    I am waiting for your kind review.

    Thanks

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘background color of an article’ is closed to new replies.