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

    Ahoy,

    I added a 2 column div to my text block and have some weird styling issues on it. I want the text inside of it to be the same size text as other elements on my website. I also don’t want the background color fill and boarder.

    Please advise

    #777083

    Hey mcraig77,

    You can create two columns and add a text block on each one. If you have difficulty to do it, share your WP credentials, please.

    Best regards,
    John Torvik

    #777977

    Yeah, I tried to add them but it didn’t work correctly. Here are my credentials.

    #778877

    Hi mcraig77,

    What are the styles that are not working/you’re trying to apply?

    Best regards,
    Victoria

    #778904

    Hey!

    I have loged on your web site and try to recreate the issue from your examples
    It is working as per the requirments and what options I do follow, so I could not see something been wrong there.
    Do you want to tell me exactly what is wrong so I can be able to help you identify the problems please?

    Best regards,
    Basilis

    #778910

    Sorry, Here is what I’m trying to achieve:

    See how the text with the address and emails have a gray background and darker gray boarder – I do not want that. I want the text to match the normal body text without that weird styling. I also want the fonts to and font colors to be like the normal body styling. When I added that table code it styled it with alternative color which I do not want…

    Please Advise

    #779487

    Hi,

    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_textblock table tr td p {
      font-size: 16px;
      color: #000;
    }
    .avia_textblock table * {
       background-color: #fff !important;
       border: none;
    }
    tr:first-child th, tr:first-child td {
      border: none;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #781395

    Thanks!

    #781571

    Hi,

    Glad we could help. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

    #782498

    please close

    #782751

    Hi,

    Thanks for letting us know :-)

    Best regards,
    Rikard

Viewing 11 posts - 1 through 11 (of 11 total)
  • The topic ‘Column Styling’ is closed to new replies.