Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #104521
    jorge
    Participant

    Hi, I have the Catch Box Pro, it fits my need, but there are some parts that I just did not get to adapt.

    1.- I can not change the gray color (# E6E6E6) to white, it does not appear in the theme settings.

    I have a couple of doubts, but with this I can move on.
    My English is not good, sorry

    Thank you

    #104522
    jorge
    Participant

    Sorry, what I have to change is the color of the second menu, jjj

    #104555
    Mahesh
    Keymaster

    @jorgecsanz: Go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:

    /* Secondary menu color */
    #access-secondary ul.menu a {
        color: #ff00ff;
    }
    /* Secondary menu color on hover */
    #access-secondary ul.menu li:hover a {
        color: #ff0000;
    }

    Regards,
    Mahesh

    #104575
    jorge
    Participant

    Hi, it does not do anything, it stays exactly the same …

    #104623
    Mahesh
    Keymaster

    @jorgecsanz: Please post in your site url.

    Regards,
    Mahesh

    #104629
    jorge
    Participant

    My website is in maintenance mode, how can I send you access?

    #104727
    Mahesh
    Keymaster

    @jorgecsanz: We’ll contact you through email shortly.

    Regards,
    Mahesh

    #104788
    Mahesh
    Keymaster

    @jorgecsanz: Please add the following CSS:

    #access-secondary {
        background-color: #fff;
    }

    Regards,
    Mahesh

    #104789
    jorge
    Participant

    Perfect!!

    Thanks

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘I need some modifications’ is closed to new replies.