Your Time:
Our Time:
← Back to discussions

Help starting

Need help with a different issue? Search the forums or open a new ticket.
Open a support ticket

This topic has 4 replies, 3 voices, and was last updated 9 years, 2 months ago by Fem.

  • 2017-06-28 at 2:02 am
    Support Expired
    #21051
    joemoffatt
    Participant
    • Topics: 1
    • Replies: 4
    • Total posts: 5
    • Post count: 4

    I am totally lost. Where do I change the Telephone Number and Email shown for contact info on the first page? Also, where to change the color from blue to red of the bar where the logo goes on the main page?

    2017-06-28 at 10:44 am
    #21054
    Anonymous
    Inactive
    • Topics: 0
    • Replies: 3227
    • Total posts: 3227
    • Post count: 0

    You can change the Telephone Number and Email from Appearance/Widgets/Footer Widgets. ALso you can change the color of topbar from blue to red from style.css file on line no around 1515.

    You can find for the below code in style.css file and change the backgroung-color to some other color.

    .topbar {
        position: relative;
        padding: 0;
        font-size: 13px;
        line-height: 40px;
        overflow: hidden;
        background-color: #0077db;   // Change to some other color
        z-index: 7;
        color: #ffffff;
    }
    2017-06-30 at 2:09 am
    Support Expired
    #21089
    joemoffatt
    Participant
    • Topics: 1
    • Replies: 4
    • Total posts: 5
    • Post count: 4

    Thanks…. is there ANY documentation that explains this? The basic readme is mostly worthless.

    2017-06-30 at 10:27 am
    #21095
    Anonymous
    Inactive
    • Topics: 0
    • Replies: 3227
    • Total posts: 3227
    • Post count: 0

    No, there is no documentation for this. If there is any css related issues, you have to inspect the element using the chrome and find the class name and then add your css in the custom css section which is there in settings.

    Most of the styling options are available in theme options.

    2017-07-11 at 3:35 pm
    #21194
    Fem
    Keymaster
    • Topics: 2
    • Replies: 5215
    • Total posts: 5217
    • Post count: 6003

    Topic is set to be resolved. If you wish to update this topic please reply here instead of creating another topic.

You must be logged in to reply to this topic.