Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #860090

    Hi,

    I’m using Enfold theme, very happy with it!
    I want to add a white box behind some words on my website.
    See this example: http://www.dotplus.be -> GRAFISCH ONTWERP RECLAME & ADVIES COÖRDINATIE
    How can I do this?

    Thanks!

    #860244

    Hey Dotplusgeert,

    I am seeing this
    https://cl.ly/0G2U1T0T3K0T

    Is this what you need or do you want is different?

    Best regards,
    Victoria

    #860972

    Hey Victoria,

    That is exactly what I need! :) Do you have some html code or something to do this?
    So that it’s only on the words that I want…

    Thanks in advance,

    Sara

    #861322

    Hi Sara,

    I’m not sure what you mean by your last post, the screenshot Victoria posted is how your site currently looks. If you are not seeing what is in the screenshot then please try clearing your browser cache and reload the page.

    Best regards,
    Rikard

    #863279

    Hi Rikard,

    I wasn’t clear enough. Our website has been made by a freelance webdesigner in Drupal.
    Now I am re-making our website on another domain, but it will look the same.
    Therefor I have to know how to make the white boxes behind the text, like in the screenshot.

    Hope I’m clear enough now :)

    Kind regards,

    Sara

    #863391

    Hi Sara,

    Could you please give us a link to your website, the one that you’re working on now, we need more context to be able to help you.

    Best regards,
    Victoria

    #865758

    Hi Victoria,

    We’ve updated our website: http://www.dotplus.be
    You can see that in the dark blue box the words ‘GRAFISCH ONTWERP’ ‘RECLAME EN ADVIES’ and ‘COÖRDINATIE’ are still in black, but there have to be a white box behind it (like the screenshot you send on the 4th of October). Hope I’m clear enough.

    #866371

    Hi Dotplusgeert,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    .avia-builder-el-11 .av_textblock_section .avia_textblock p, 
    .avia-builder-el-15 .av_textblock_section .avia_textblock p,
    .avia-builder-el-19 .av_textblock_section .avia_textblock p {
        text-align: right;
        background-color: #fff;
        width: auto;
        max-width: 200px;
        float: right;
        padding: 5px;
        margin-top: 17px;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #866681

    Wauw, it worked! Thank you so much!!

    #866755

    Hi,

    Great! If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘white box behind text’ is closed to new replies.