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

    Hi,

    I have 4 questions

    1. How can I change the background color of text boxes?

    2. I want to change the colour of text in text in text boxes in custom color. I only can choose from standard color range.

    3. Can I embed a powerpoint or apple keynote presentation on the website (like in http://www.slideshare.com) ? If so how to do it.

    4. I want to put the website I am working on behind a password as long as it is not ready. Do I need to put a password on every page? Or is there a workaround to do it for the whole website in one go?

    5. Is there a way to get the Open Sans Font / typeface for use on the Mac, so I can make the font in prestentations equal. If not, what font on the mac is the closest match to Open Sans?

    Thx for helping me out on this one.

    Rene

    #293387

    Hey Rene!

    1-2. Refer to this article, the codes you’d use in Quick would be:

    /* To change the background color */
    .custom-text-box{
    background: red;
    }
    /* To change the color of the paragraphs inside it */
    .custom-text-box p{
    color: white;
    }

    3. Not possible in those formats, what you need to do is upload them to a service like Slideshare or Google Docs and use the embed code they provide.

    4. Use this plugin.

    5. You can download Open Sans from Google fonts:
    https://www.google.com/fonts#UsePlace:use/Collection:Open+Sans:400,800

    Cheers!
    Josue

    #295385

    Hi Josh, the link to the article you refer to is broken. No article there.

    Please advice

    Thx

    Rene

    #295387

    Hey Rene!

    Please see article here – http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/

    Best regards,
    Yigit

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