• Hi,

    I cannot seem to locate the CSS coding for the navigation bar. I have looked in all of the code sections and cannot come up with the px sizes, image url’s or anything. How can I edit the appearance of the navigation bar. Since it is a free theme, I made the assumption that all of the code would be included with it. If not, where can I purchase it?

    Thx!

Viewing 14 replies - 1 through 14 (of 14 total)
  • Do you have a url?

    Thread Starter Lydia Falconnier

    (@lrfalc01gmailcom)

    Which url? the site domain name, the image url, the image url that I want to change it to, etc.?

    Thread Starter Lydia Falconnier

    (@lrfalc01gmailcom)

    Any help on the whereabouts of the navigation bar css coding?

    I would super appreciate the help! Thanks!

    Hi Lydia Falconnier,

    You can find the CSS for each and everything in style.css file ( located at : wp-content > themes > anlytical-lite ).

    Hope it would be helpful to you.

    Best!
    Nishant

    Thread Starter Lydia Falconnier

    (@lrfalc01gmailcom)

    Hi Nishant,

    This code is no where in the CSS. I want to edit the background png for the navigation bar as well as the black border and the shaddow. I also want to edit the css around the page links – fonts, no lines in between, and edit the color of the pop out pages (sorry I do not know the technical name.)

    I even had a programmer look for the css code to edit the navigation bar to make sure that I was not just being stupid, and he could not find it either.

    This is the most important code that I have been looking for:

    background: url(“../images/header-bg.png”) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-style: solid;
    border-width: 0 1px 0 0;
    bottom: 0;
    box-shadow: 0 0 5px 1px #000000;
    left: 0;
    position: fixed;
    top: 0;
    width: 280px;

    Thanks for helping! I look forward to your reply.

    Sincerely – Lydia

    Please post a link to your site for help with CSS.

    Thread Starter Lydia Falconnier

    (@lrfalc01gmailcom)

    I think that the navigation bar is the same in everybody’s theme, but here it is none the less. Thanks for the help!

    lydiafalconnier.com

    (I have done away with the pop-out pages for lack of a better term from the parent pages on the navigation bar because they were blue and not adding to the look – so you will not see those, but everything else you will see)

    Have you modified theme files? That’s really not a good way to go – you’ll lose all those changes when the theme is updated. Did you see the note in your theme style.css file?

    WARNING: (BEFORE YOU MAKE ANY CHANGES)
    ————————————————————–
    Please do not edit style.css or any other Theme files or
    Templates directly. If you do, your customizations will be lost
    as soon as you update Analytical Lite.

    WordPress and SketchThemes highly recommends Child Theme.

    The reason we ask you to post a link to your site is that 1) not all volunteers here have a live copy of the theme handy and 2) if you’ve changed anything at all, your site may be different – it saves much time and frustration to be looking at the actual site.

    Are you asking about the navigation in the left sidebar?

    The styles you’re looking to edit are in your theme’s layout.css file located in the /css/ directory.

    As other’s have said, I’d recommend setting up a child theme so your edits aren’t lost when you upgrade your theme.

    The styles you’re looking to edit are in your theme’s layout.css file located in the /css/ directory.

    It does not matter where the styles are located when using a child theme – they are simply copied to the new style.css file and modified there.

    Thread Starter Lydia Falconnier

    (@lrfalc01gmailcom)

    Hi again – I finally took a look at child’s themes and how they work. I was surprised to find that they were so simple.

    Anyways, there is still the origional problem of the specific styling coding that I cannot locate. I, obviously, do not know anything about coding; so I rely on finding the current style coding and editing what is already written. SO, in order to make my edits in the child’s theme, I would have to be able to copy the section that I want to edit, I would think. There is another avenue that I can think of to try, however.

    Are you asking about the navigation in the left sidebar?

    Yes, that is what I am asking about and having the hardest time locating. I have read every file of coding and still unable to find it. I cannot think of why I cannot find it. Thanks so much for all of your help!

    Hi Lydia Falconnier,

    If you are looking for Navigation in Left Sidebar, you can look over this inside header.php file (located iniside analytical-lite folder).

    Hope it would be helpful to you.
    Please let me know.

    Thanks,
    Nishant

    I know I am late to this thread but I am looking for something similar to Lydia. I have set up a child theme and found the header.php file. I want to edit the left navigation menu and content pages so they are less transparent and white instead of black.

    I saw that Lydia managed to change these areas of her webpage and would appreciate if someone could help me change the color of this area.

    Thank you!

    If you require assistance then, as per the Forum Welcome, please post your own topic instead of tagging onto someone else’s topic.

    I am now closing this x month old topic as it references an older version of WordPress.

Viewing 14 replies - 1 through 14 (of 14 total)
  • The topic ‘Navigation Bar Hidden CSS’ is closed to new replies.