Tagged: 

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

    Dear Enfold Team

    I am trying to learn myself CSS – and I’m struggling a bit :-). I try to make the solutions look correct in the inspector tool before I add my solutions to the quick CSS. My site is here: https://stegemueller.dk/ Here it goes:

    1) In the blog grid I would like to set the titles to have “letter-spacing: -1;” and I write this code:

    .slide-entry-title {
    letter-spacing: -1px;
    }

    I must do something wrong – but what. It works in the inspector tool

    2) I would like to style the special headings with a slight shadow in this colour: #627695 so I write this code:

    .av-special-heading-tag {
    text-shadow: 2px 2px 2px rgba(98,118,149,0.6);
    }

    But I can’t see it on my site.

    Obviously I must do something wrong, so I hope you can help me.

    Best regards,
    Hanne,
    Denmark

    #1096922

    Waugh… I solved question nr. 2 my self, so only number one is remaining.

    Best,
    Hanne

    #1096931

    Waugh
    I also solved nr. 1. :-)
    It is wonderful to succeed oneself!
    Case can be closed

    #1097111

    Hi Hanne,

    Great, I’m glad that you solved it yourself. I agree that it is satisfying when you solve problems on your own :-)

    I’ll close this thread for now then, please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Different CSS questions’ is closed to new replies.