item blog


Good Morning,
1- How can I change the size and color of the ticket title?
2- How can I delete this symbol?
3- How to modify the width and color of this line?

image

Comments

  • Hi,
    1) You can change the color of links in Theme Options > Colors > Content
    But you it will change color of all links on website.
    If you want to change color only on this element, then you have to use Custom CSS

    2) It's an excerpt field.
    It can be disabled with CSS too.

    3) I have to check what is it.
    Please send me a link to this website.
    Thanks

  • 1) But how can I change the size of theese ticket title specialy? without css

    3)www.comodoos.jeloucomunicacion.com
  • 1)I need this text will be h4 in #06262d

    2)I can´t find this in CSS

    3) I need it will be heith:2px; color:#00afaa;
  • 1) Without CSS, you have to decrease all of the H1 sizes.
    Theme Options > Fonts > Size & Style - change the H1 size.

    Paste this code into Theme Options > Custom CSS & JS > CSS to change color of it
    body.page-id-61 .blog_wrapper a{
    color:red !important;
    }
    2,3)
    body.page-id-61 .blog_wrapper .excerpt-hellip,
    body.page-id-61 .blog_wrapper .post-footer{
    display:none !important;
    }
    Thanks
  • edited November 2018
    Thanks!
Sign In or Register to comment.