• Dibyendu

    (@whereangelsfeartotrade)


    I have a complicated question, Trying to put it forward. I have read the below link
    https://www.themesandco.com/snippet/change-navbar-colorsfontsize/

    I understand this is the code to modify the child custom css, Now my first question is where will I find this child CSS so that I can edit.

    Now secondly I am pasting two links here
    https://www.rhododendron.in/wpdir/
    and the home page https://www.rhododendron.in/

    These two pages color themes look different. I want to make them some what similar To do that I need to change the menu back ground color, Font type change as well as background color change of the body in my customizr interface. This requirement reference my previous point of query.

    Will anybody be able to help me on this.

    Thanks in advance.

Viewing 13 replies - 16 through 28 (of 28 total)
  • Thread Starter Dibyendu

    (@whereangelsfeartotrade)

    And one more thing can I change entire site texts to ‘Open Sans’, sans-serif(Color #707070)

    Thread Starter Dibyendu

    (@whereangelsfeartotrade)

    Aha! thats quick! You answered question which I was going to shoot. ??

    Thread Starter Dibyendu

    (@whereangelsfeartotrade)

    Hi Bathroy

    Thats a lot of change ! Loved it! But Can you please something with the Magnifier thumbnails.

    batharoy

    (@batharoy)

    /*Circles around featured images*/
    .round-div {
        border: 104px solid #000;
    }
    batharoy

    (@batharoy)

    May take a few minutes for reply as I test changes on your site before posting.

    Thread Starter Dibyendu

    (@whereangelsfeartotrade)

    WOW!

    Thats Perfect.

    My Website now looks absolutely fantastic.
    Only one last question. See this link https://www.rhododendron.in/wpdir/?page_id=147

    here the parent menu color is supposed to come with black blackground to these texts. But is coming as red.

    Thread Starter Dibyendu

    (@whereangelsfeartotrade)

    Bathroy ! A big thanks to you. I really appreciate it.

    batharoy

    (@batharoy)

    /*Submenu & pages color and background*/
    .navbar .nav > li.current-menu-ancestor > a {
        color: #fff;
        background: #000;
    }
    .dropdown-menu > li.current-menu-item > a {
        color: #fff;
        background: #000;
    }

    I also notice the slider on your original page had a 960px width.
    This will do the same on the new site if you want.

    /*Slider width 960 and centered*/
    #customizr-slider {
        max-width: 960px;
        margin: 0 auto;
    }

    Thread Starter Dibyendu

    (@whereangelsfeartotrade)

    NOw I have completed Modifying everytning

    Please have a look.

    the CONTACT TAB is coming in the second line. How can I fix it?

    Thread Starter Dibyendu

    (@whereangelsfeartotrade)

    Batharoy
    It was really a nice experience talking to you, Do you mind sharing your email? So that we can be friends! ??

    batharoy

    (@batharoy)

    Looks like that happened when the font size was raised or because of all caps.

    /*Adjust menu items to not wrap as soon*/
    .navbar .nav > li > a {
        padding: 5px 12px 5px 12px;
    }

    You will probably find other little things that need tweaking, keep asking in here and I will monitor for new posts.

    batharoy

    (@batharoy)

    Do you mind sharing your email?

    I will contact you thru your site. Posting emails here is against the rules.

    Thread Starter Dibyendu

    (@whereangelsfeartotrade)

    Kool!

    Now Its Perfect! ??

    Thank you so much.

Viewing 13 replies - 16 through 28 (of 28 total)
  • The topic ‘Color change of the menu bar and the body background’ is closed to new replies.