Viewing 19 posts - 1 through 19 (of 19 total)
  • Author
    Posts
  • #705283

    can i use a grid inside a grid or how can i position a image next beside a text? https://imgur.com/a/pNh0o

    #705349

    Hi!

    Please elaborate on the changes you would like to make. I am not sure if i understood you clearly.

    Cheers!
    Yigit

    #705511

    Hi Yigit. I want to show the bubble icon left next to the text and not above.

    #705512
    #705613

    Hey!

    It seems like you have removed the bubble. Please let us know if you place it back and need further assistance.

    Best regards,
    Yigit

    #705647

    No. Thank you Yigit. Good night. CLOSED.

    #705648

    Can you help me with code here.

    custom css class for headign font.

    class name: handschrift

    #handschrift {
        font-family: inherit !important;
        font-size: 50px;
        font-weight: 300;
        word-spacing: -0.1em;
        display: inline-block;
        *display: inline;
        padding: 4px 12px;
        line-height: 44px;
        color: #333333;
        text-align: center;
       text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
        font-style: normal;
    }

    where is the error ? i want to apply the css class here: http://imgur.com/a/apmww

    #705658

    Hey!

    Your code should be as following

    .handschrift {
        font-family: inherit !important;
        font-size: 50px;
        font-weight: 300;
        word-spacing: -0.1em;
        display: inline-block;
        display: inline;
        padding: 4px 12px;
        line-height: 44px;
        color: #333333;
        text-align: center;
       text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
        font-style: normal;
    }

    Regards,
    Yigit

    #705687

    View post on imgur.com

    Thank you Yigit. I have added this css class to this element and i have adapted the code. but it do not work ;(

    View post on imgur.com

    #705688

    i try to get his effect .

    big fonts, with smaller spacing and red background like this: http://imgur.com/a/81IU6 and handwriting fotn instead of enfold standardfont open sans :)

    can you help me with the code :) greetings :)

    #706104

    Hey!

    Change the code to following one please

    .handschrift h1 {
        font-family: inherit !important;
        font-size: 50px;
        font-weight: 300;
        word-spacing: -0.1em;
        display: inline-block;
        display: inline;
        padding: 4px 12px;
        line-height: 44px;
        color: #333333;
        text-align: center;
       text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
        font-style: normal;
    }

    Best regards,
    Yigit

    #706123

    How can i add this effect: http://imgur.com/a/IKGCV and can i add transparency to the red text background color?

    This i the code:

    .handschrift h1 {
        font-family: caveat !important;
        font-size: 50px;
        font-weight: 300;
        word-spacing: -0.1em;
        display: inline-block;
        display: inline;
        padding: 4px 12px;
        line-height: 44px;
        color: #333333;
        text-align: center;
        font-style: bold;
        text-shadow: 1px 1px #000000
        background: rgba(0,0,0,.5);
    }
    #706128

    Hi!

    Your code is not being applied. There seems to be an error in your custom CSS code. Please check it or post temporary admin logins here privately so we can look into it.

    Best regards,
    Yigit

    #706181

    OK, Thanks.

    #706364

    Any ideas Yigit?

    #707111

    Hi!

    There were some errors in your custom CSS, i fixed them. Please review your website now.

    Regards,
    Yigit

    #707476

    Wow cool. Thank you Yigit. how can i apply the font http://imgur.com/a/sKYso CAVEAT to this custom css class: http://imgur.com/a/M6rBi

    #707478

    And how can i adapt the background. there is a much darker background between the letters. how can i fix this? line high or how can i fix this? Thank you Yigit :)

    View post on imgur.com

    #708300

    Hey!

    Already replied you here – https://kriesi.at/support/topic/change-font-custom-css-class/#post-707951

    Regards,
    Yigit

Viewing 19 posts - 1 through 19 (of 19 total)
  • The topic ‘can i use a grid inside a grid or how can i position a image next beside a text?’ is closed to new replies.