Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #1303372

    hi ! (its me again) ;)
    one qustion: how can i change the font weight in a single text block?
    thank you!
    best regards, martin

    #1303414

    Hi buttercup,

    Just add a class or ID to the textblock. Please see docs here

    So in your case it would be something like:
    Add “your_fontstyle” to the Custom CSS class box

    In your Child CSS add:
    .your_fontstyle {
    font-weight: bold;
    } or

    .your_fontstyle {
    font-weight: 600;
    }

    Regards,

    Steven

    #1303434

    hi steve,
    thank you very much for your answer and help!
    unfortunately i have to admit that i haven’t created a child theme yet.
    i tried to enter the change in the quick-css, but that did not work. do you have any recommendation? (except that i should urgently create a child theme) ;)
    thanks & best regards,
    martin

    ps if it is helpful, i have attached my access data

    #1303523

    Hi,

    Unfortunately I can’t see any access data.

    Best regards,

    Steven

    #1303524

    hi steven, it is specified under private data, i can see it.
    best regards, martin

    #1303526

    Hi,

    I can’t see any private data: “Private Content (link to your website, login credentials, FTP credentials, etc – only visible for moderators)”
    Send me a mail to

    #1303549

    Hi Martin,

    I’ve created a test page for you, please see private.

    Best regards,
    Rikard

    #1303554

    hi rikard!
    thanks for your help!
    i changed the custom id and the css class in “kriesitest”.
    and in the quick css i entered the following:
    .your_keiesitest {font-weight:900!important; color:#ff6600!important;}
    is this correct? unfortunately it has no effect on the kriesietest page.
    sorry, i’m a complete beginner….
    thanks and best regards, martin

    edit: it was a typo in the quick-css, i fixed it. unfortunately that didn’t work either.

    • This reply was modified 3 years, 5 months ago by buttercup1306.
    #1303933

    Hi Martin,

    I’m not sure what exactly you are trying, but you have to use the class which you added in Quick CSS.

    Right now, the paragraph in the test page has this class:

    your_fontstyletest

    But that class doesn’t exist in Quick CSS. So in order for your current setup to work, then you would need to add this into Quick CSS:

    .your_fontstyletest {
      font-weight:600!important; 
      color:#ff6600!important;
    }

    If you want to learn basic CSS, then you can start here: http://w3schools.com/

    Best regards,
    Rikard

    #1304609

    hi rikard,
    thanks for your help!
    I have solved the problem in another way,
    best regrads & have a good day,
    martin

    #1304677

    Hi,

    I’m glad this was resolved. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 11 posts - 1 through 11 (of 11 total)
  • The topic ‘change the font weight in a single text block’ is closed to new replies.