Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #856531

    bak
    Participant

    Hi, how can I change the color of a line element with inline CSS?

    #856558

    John Ezra
    Member

    Hi there,

    Thanks for writing in! You should have a color selection option for that element. If not make sure you have the latest X and Cornerstone.

    To check the latest versions, please visit our Changelog

    Note: That you may need to delete Cornerstone manually via FTP if the update is not showing up. You can then reinstall it via X Addons > Extensions.

    Let us know how that goes. Hope this helps – thanks!

    #856665

    bak
    Participant

    Hi, I am in the process of finishing my page and plan to backup / upgrade etc thereafter. If possible I want to avoid doing that in the middle of the process.

    Is there a way with inline CSS to change color?

    #856780

    Friech
    Moderator

    Hi There,

    Line element has a color option. But if you need a custom css you can add the code below on your line element’s STYLE field.

    border-color: red;

    Change the red value with your desired color.

    Hope it helps, Cheers!