Okay
  Public Ticket #966692
Question
Closed

Comments

  •  26
    Sira started the conversation

    Hi:

    I would like to know if it's possible to change the font family of the Text Quote. I've seen this on your discussion, where  you said this is the css for the text quote:

    blockquote {
        font-family: Georgia,"Times New Roman",Times,serif !important;
        font-size: 17px !important;
        font-style: italic !important;

    I want to change Georgia for a Google font (Source Sans Pro, that is the primary font of the website), and I've try addind this to the custom CSS (I have added a dot at the begining, I don't know if it is necessary in this case):

    .blockquote {
    font-family: 'Source Sans Pro', sans-serif !important;
    font-size: 17px !important;
    font-style: italic !important; }

    But it isn't working. I guess the Google font is already uploaded as it is beeing already used on the website and that is not the problem.

    Besides, I would want to "erase" de vertical line that appears on the left side of the quote.

    Thanks and regards :-)

    Sira

  •  26
    Sira replied

    I did'nt say that first I tried to add an HTML item in my portfolio gallery; I added text there with a special class I had created on the custom CSS:

    Custom CSS:

    .textoGaleria {
    padding: 10px 5px 15px 5px;
        text-align: center;
        font-size: 17px !important;
    }

    In the HTML item:

    <p class="textoGaleria"><span class="textoGaleria">Algunas páginas del Manual de indentidad corporativa</span></p>

    I have tried with and without <span>

    It does'nt work and the textt always looks the same...

    Thanks again

    Sira

  • [deleted] replied

    Hi Sira,

    Can you please send us the exact URL where your quote is and i will try to help you.

    P.S: I think that you only need to use this CSS code:

    blockquote {
        font-family: 'Source Sans Pro', sans-serif !important;
    }
    

    So no .blockquote but only blockquote (without the dot)

  •   Sira replied privately
  • [deleted] replied

    Hi Sira,

    The problem was on your Custom CSS because there was a missing bracket "}" and all the CSS codes below that was not working.

    Now the code for the blockquote works as it should  http://drops.laborator.co/14ZC


  •  26
    Sira replied

    Hi, Illy:

    Thanks! The bad news is that I erased something that I did't need anymore in the Custom CSS and saved it without realizing I was saving provably a version without your chage. So now is not working.

    Sorry, can you check it again and tell me where the missing "}" is? I don't see where... So sorry :-(

    Thanks

    Sira (ASHAMED)

  •  26
    Sira replied

    I found it!!!! It works!

    Best regards and thanks, problem solved

    Sira (proud)

  • [deleted] replied

    Hi Sira,

    Glad to hear that

    Will set this ticket as solved from here.