Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #848176

    Hello!
    Thanks for this beautiful and very intuitive theme.

    I have a few questions :
    Is it possible to highlight someway the page we’re in in the menu? I mean, if I am on the “Contact” page, I would like the word Contact in the menu either colored or underlined.
    How can I reduce a bit the thickness of the Contact formulary lines ?
    When we’re on an article page, how can I reverse the previous and next article order ? It doesn’t seem logical to my client that the oldest is on left side and newest on right side.

    Thanks a lot for your help!

    #849257

    Hey Claraluno,

    This will change the active menu item font color:

    .current_page_item a {
       color:#000!important;
    }

    This will change the active menu item background:

    
    .current_page_item a {
    	background:gold!important;
    }

    combine and use the below code like this

    .current_page_item a {
            color:#000!important;
    	background:gold!important;
    }

    Best regards,
    Basilis

    #850446

    Hi Basilis,
    Thanks a lot!!

    Would you by any chance have advice for my two other requests?

    How can I reduce a bit the thickness of the Contact formulary lines ?
    When we’re on an article page, how can I reverse the previous and next article order ? It doesn’t seem logical to my client that the oldest is on left side and newest on right side.

    Thank you, have a great day

    Clara

    #851111

    Hi Clara,

    I’m not sure what you meant by Contact formulary lines but I’m guessing you want to put an underline in the active menu item, try adding this css code in Quick CSS:

    #header .current-menu-item {
        border-bottom: 3px solid;
    }

    As for the article page, is it the Actualités page? it seems to be in the right order.

    Best regards,
    Nikko

    #852300

    Hi Nikko,

    Thanks for your response and sorry for my english. About those two things :

    1 > I meant the outline of the Contact formulary, is it possible to have it thinner ?
    2 > My client would like to inverse the navigation in the Actualités pages, is it possible ? (when you are reading an article and you want to go to older or newer post on the left and right sides)

    Thanks a lot, best regards,

    Clara

    #853557

    Hi,

    That goes a bit outside our support scope as to do it, you would need some custom code or to edit the templates!

    Best regards,
    Basilis

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