Skt architect header color

Home Forums All Other Themes Skt architect header color

Viewing 15 posts - 1 through 15 (of 15 total)
  • Author
    Posts
  • #140499
    humanologieinfohumanologieinfo
    Participant
    • Topics: 3
    • Replies: 12
    • Total: 15
    Member since: October 27, 2019

    Hello,

    site: https://humanologie.info/

    I am tring to change the color of the title of the 8 square in the top of the theme :

    i tried:

    .one_four_page_content h3 {
    margin: 0;
    color: #800080; }

    i put this in the custom css but doesn’t work have you got an idea?

    #140509
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30649
    • Total: 30649
    Member since: August 16, 2013

    Hi,

    Kindly go to Appearance >> Theme Options >> Basic Settings >> Custom CSS Box:

    Add this code there:

    .one_four_page_content h3 { color:#800080 !important}
    .one_four_page a:hover h3 { color: #f00 !important;}

    Regards,
    Chris

    #140609
    humanologieinfohumanologieinfo
    Participant
    • Topics: 3
    • Replies: 12
    • Total: 15
    Member since: October 27, 2019

    Thanks a lot !

    Sorry to bother again however the navigation title are not same color “accueil” (welcome) is blue and the others black i guess it’s because it’s a personal link but can’t find any option to change the color

    #140635
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30649
    • Total: 30649
    Member since: August 16, 2013

    Hi,

    Actually, that is active and hover color of menu.

    Do you want to change that color?

    Regards,
    Chris

    #140644
    humanologieinfohumanologieinfo
    Participant
    • Topics: 3
    • Replies: 12
    • Total: 15
    Member since: October 27, 2019

    Well yes however when I use HTML to change the color it remove the hover color ;/

    #140649
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30649
    • Total: 30649
    Member since: August 16, 2013

    Hi,

    Kindly go to Appearance >> Theme Options >> Basic Settings >> Custom CSS Box:

    Add this code there:

    .sitenav ul li a:hover, .sitenav ul li.current_page_item a, .sitenav ul li.current_page_item ul li a:hover, .sitenav ul li.current-menu-ancestor a.parent { color:#282828 !important;}

    Regards,
    Chris

    #140650
    humanologieinfohumanologieinfo
    Participant
    • Topics: 3
    • Replies: 12
    • Total: 15
    Member since: October 27, 2019

    thanks but now everything is black and the hover is deactivated

    #140652
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30649
    • Total: 30649
    Member since: August 16, 2013

    Hi,

    Remove:

    .sitenav ul li a:hover, .sitenav ul li.current_page_item a, .sitenav ul li.current_page_item ul li a:hover, .sitenav ul li.current-menu-ancestor a.parent { color:#282828 !important;}

    Add this new CSS

    .sitenav ul li.current-menu-item a {
        color: 
        #282828 !important;
    }

    Regards,
    Chris

    #140653
    humanologieinfohumanologieinfo
    Participant
    • Topics: 3
    • Replies: 12
    • Total: 15
    Member since: October 27, 2019

    it’s back to the previous state “accueil” is black and the hover is deactivated on this one

    #140655
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30649
    • Total: 30649
    Member since: August 16, 2013

    Hi,

    I am not sure what you mean by this. Can you may be draw or point out in an image?

    You can upload image in imgur.com and share the link here.

    Regards,
    Chris

    #140659
    humanologieinfohumanologieinfo
    Participant
    • Topics: 3
    • Replies: 12
    • Total: 15
    Member since: October 27, 2019

    https://postimg.cc/4YBrgf5m

    If you put the mouse on “accueil” nothing happen however if you do on “L’humanologie” it hover in blue

    #140661
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30649
    • Total: 30649
    Member since: August 16, 2013

    Hi,

    Kindly send us your URL of the site and WordPress admin details (Username & Password) via email:[email protected] Please mention this forum URL while replying so that we understand what needs to be done.

    We’ll check and revert back to you.

    Regards,
    Chris

    #140707
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30649
    • Total: 30649
    Member since: August 16, 2013

    Hi,

    Issue resolved. Kindly check and confirm.

    Regards,
    Chris

    #140719
    humanologieinfohumanologieinfo
    Participant
    • Topics: 3
    • Replies: 12
    • Total: 15
    Member since: October 27, 2019

    Great thanks a lot for your help !

    you changed this ?

    .sitenav ul li.current-menu-item a { color: #282828 !important;}
    .sitenav ul li.current-menu-item a:hover { color: #2857ff !important;}

    #140725
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30649
    • Total: 30649
    Member since: August 16, 2013

    Hi,

    Yes….If you found our service good kindly review us here: https://www.sktthemes.org/forums/topic/reviews-and-testimonials/page/24/

    Regards,
    Chris

Viewing 15 posts - 1 through 15 (of 15 total)
  • You must be logged in to reply to this topic.