Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #406368

    Hi guys,

    I need to outline all titles in my website. They have different colours and I want to make them visible from the header. Just think black outline. Is that even possible?

    #406376

    Hi SpaceDream!

    Thank you for coming back.

    Do you mean the titles (headlines) of the posts or the title of the page ?

    If you can give us a link to your pages and point out in screenshots what you mean we certainly can provide you with the correct CSS.

    You can post your links here as a private reply.

    Maybe you can also specify more closely how you want to outline your titles.

    Cheers!
    Günter

    #406451

    Yes I mean the page titles. (Special Heading) 1px back outline around the letters.

    #406469

    Hi!

    To target the page titles use the following and add your settings:

    
    .title_container .main-title a {
        font-size: 25px !important;
    }
    

    Regards,
    Günter

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.