Tagged: 

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #744323

    Hello,

    I would like to change the color of a table to the corporate color for cells, columns or rows. I was searching in the forum but I found just the changing for the price-table. So I am not sure if this is the same code.
    Thanks for helping
    Claudia

    #744653

    Hey claudipro,

    Please try the following in Quick CSS under Enfold->General Styling:

    tr:nth-child(odd) {
        background: #156B8F !important;
    }

    Best regards,
    Rikard

    #744852

    Thank you Rikard, that’s working well. If I would like to change the color of typo, can I just add font-color: #any number I wish }?

    There is another question from yesterday which is not answerd yet and I can’t find a solution in the forum.
    I have this problem with pages and pagebreak<!–nextpage–>, there is a lot of text and I want to split it. It’s showing the page numbers on the end of the full text (see private content) but there is no break inbetween the text where I insert <!–nextpage–>
    Thanky for helping
    Greetings Claudia

    #746825

    Hi,

    You can put any number as long 6 hexadecimal values, or you can refer to this post: http://www.w3schools.com/cssref/css_colors.asp

    As for nextpage I think the code is wrong, you should use:

    <!--nextpage-->

    Hope this helps.

    Best regards,
    Nikko

    #746883

    Hi Nikko,

    unfortunally it’s not helping as you can see here: http://www.vdco.de/test/geschichte-und-namen/
    The <!–nextpage–> is inbetween each paragraph but it’s not working. The only thing which works is the page numbers.
    The page is build with Avia Layout Architekt, that’s the problem? And how to solve it?
    Thank you for helping
    Claudia

    #748659

    Hi Claudia,

    We have reported this bug. Hopefully this would be fixed in the future release of Enfold.

    Best regards,
    Nikko

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