• Resolved limaproduction

    (@limaproduction)


    Hi Sultenhest:

    Thank you again for Voltata. I would like to change the text color for the body of my pages. Unable to locate correct code in style css, and shortcode text-color css is not working. Body text code should be 999999. Please let me know how to adjust the text color. Also need to remove elipsis/3 dots just above footer.

    Url https://www.limaproduction.com

    Thank you
    limaproduction

Viewing 4 replies - 1 through 4 (of 4 total)
  • Theme Author Sultenhest

    (@sultenhest)

    Hello,

    To change the color and remove the ellipsis:

    body{
      color:#999999;
    }
    .glyphicon-option-horizontal{
      display:none;
    }

    Should do the trick. Thanks for using Voltata!

    Kind regards,
    Simon

    Thread Starter limaproduction

    (@limaproduction)

    Hi Sultenhest
    Thank you so much. It looks great!

    I posted a new thread about centering the navigation menu under the main title -not sure if you see it. Thank you for assisting us with Lima Production…

    Best,
    limaproduction

    Theme Author Sultenhest

    (@sultenhest)

    Hello again,

    No i have not noticed the new thread, are you sure you posted it the right place?

    Anyway to center the menu, try adding this to your custom CSS

    .menu ul{
      padding-left:0;
    }

    Kind regards,
    Simon

    Thread Starter limaproduction

    (@limaproduction)

    Hi Sultenhest:

    Thank you so much again. I included the code, and the menu is centered now.

    Kindest regards.
    limaproduction

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Voltata Page Text Color’ is closed to new replies.