Tagged: 

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #19754
    faemont
    Member

    Hello everyone,

    I have been working on my site http://moyomarketing.com/ and i have managed to modify almost everything on the theme except the thin red line on the top and the color of the button on the right of the header that says contact sales, is there anyway i could do this? I have been stuck in this for almost 2 day now.

    Please please any help will be good

    Thanks in advance for anything.

    Bye for now.

    #19765
    Sakin
    Keymaster

    @faemont: I see that you have added “custom css” using My Custom CSS plugin. The following CSS added 5px solid red color border. You can remove that or change the color code in your custom css.

    .site {
        border-top: 5px solid #820900;
        margin: auto;
    }

    Same with the Contact Sales button, I found the following css, where #820900 is red color background:

    #search-5 a {
        background: none repeat scroll 0 0 #820900;
        border-radius: 5px;
        color: #FFFFFF;
        font-weight: bold;
        margin: auto;
        padding: 10px;
        text-align: center;
        text-transform: uppercase !important;
    }
    #19775
    faemont
    Member

    You are THE man! thank you so much for the help, it worked!

    Hope you have a great day!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Customizing Catch Everest – have 2 issues’ is closed to new replies.