Viewing 15 posts - 1 through 15 (of 25 total)
  • Author
    Posts
  • Robin Friend
    #200514

    I want the add this color #d6df23 to the theme options. How can i do that?

    TomC Moderator
    Robin Friend
    #546131

    Hi there,

    Thanks for the resources, but the instructions are to complex for me. I’m very new to this. I’m wondering if there is some code i can add to my custom.css file?

    TomC Moderator
    #546138

    <em>@rwold 441481 wrote:</em><blockquote>Hi there,

    Thanks for the resources, but the instructions are to complex for me. I’m very new to this. I’m wondering if there is some code i can add to my custom.css file?</blockquote>

    Sure, there are codes you can add to your custom.css file – but which codes depend on which elements you want to modify the color for. If you can provide some further clarification – or better yet, some mock-up screenshots – we can try to better assist you with some more targeted suggestions.

    Robin Friend
    #546157

    I want to change the line under the menu and the active menu color to this color #d6df23.

    Then, I would like to change the hover color to this color:#404040

    Does this help? Or do i need to provide mockups?

    Is it possible to change the text font through out the site to this color as well: #404040


    1. Screen-Shot-2014-08-15-at-11.31.06-AM
    2. Screen-Shot-2014-08-15-at-11.49.35-AM
    TomC Moderator
    #546158

    For the line under the main navigation menu . . . .

    paste the following into your custom.css file:


    .t3-mainnav {
    border-bottom-color: #d6df23
    }

    For the menu item hover color . . . .

    paste the following into your custom.css file:


    .t3-mainnav .nav > li > a:hover, .t3-mainnav .nav > li > a:focus, .t3-mainnav .dropdown.open > a.dropdown-toggle {
    background: none repeat scroll 0 0 #404040
    }

    For the menu item active color . . . .

    paste the following into your custom.css file:


    .navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus {
    background-color: #404040

    For your text/cont color . . . .

    paste the following into your custom.css file:


    body {
    background-color: #fff
    color: #404040
    font-family: Arial,sans-serif;
    font-size: 12px;
    line-height: 20px;
    margin: 0;
    }

    Robin Friend
    #546200

    The code didn’t work. :((

    TomC Moderator
    #546233

    There may have been some semi-colons missing . . . . try again

    For the menu item hover color . . . .

    paste the following into your custom.css file:


    .t3-mainnav .nav > li > a:hover, .t3-mainnav .nav > li > a:focus, .t3-mainnav .dropdown.open > a.dropdown-toggle {
    background: none repeat scroll 0 0 #404040;
    }

    For the menu item active color . . . .

    paste the following into your custom.css file:


    .navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus {
    background-color: #404040;

    For your text/cont color . . . .

    paste the following into your custom.css file:


    body {
    background-color: #fff;
    color: #404040;
    font-family: Arial,sans-serif;
    font-size: 12px;
    line-height: 20px;
    margin: 0;
    }

    Robin Friend
    #546234

    Hi! i appreciate your help. I tried adding the codes again for the menu but it is didn’t have any effect.

    Robin Friend
    #546237

    I was able to change the color by changing the variables in the variable.less file! I can’t seem to find a way to change the hover color though.

    TomC Moderator
    #546404

    Are the color codes indicated within the suggestions I made above correct?

    Robin Friend
    #546587

    Yes, color codes are correct.

    TomC Moderator
    #546597

    <em>@rwold 442066 wrote:</em><blockquote>Yes, color codes are correct.</blockquote>

    and all semi-colons in place?

    Robin Friend
    #546607

    Yes, all the semi-colons are in place. I think it may have to do with the multiple styles this template uses.

    Saguaros Moderator
    #546622

    As I can see that the color in menu on your site is changed now: http://prntscr.com/4ekk25

    Let me know if you still need helps on this.

Viewing 15 posts - 1 through 15 (of 25 total)

This topic contains 25 replies, has 3 voices, and was last updated by  Robin 10 years, 2 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum