• Hi,

    Let me first say that I am a beginner. However, I’ve been doing my homework and through research and trial/error, I have figured out how to edit and modify text fonts, size and color using the theme editor (“page php). HOWEVER, ,I cannot figure out how to change the colors of my nav bars, slider bar, slider arrows and etc. I have discovered that these items are actually png images. So, how do I modify these png images to suit my tastes? Can I do it through style php, or style css or another page OR do I have to modify the png images some other way?

    I have researched the forum and found another user of this same theme whom claimed to be a novice and, after visiting her site, I see she was able to make these changes. If she’s a novice as well, then I’m hoping this is relatively simple. Please help! My URL is http://www.digplantco.com (it’s a work in progress!).

    Thanks,

    Sam

Viewing 7 replies - 1 through 7 (of 7 total)
  • Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    If you’re thinking of changing CSS or general code of themes, first make a child theme.

    For modifying text fonts, size and colour, can you make a list of specifically what you want to change?

    Thread Starter idig5850

    (@idig5850)

    I’ll admit; I’ve seen reference to child themes but will have to do more research to understand them and their designed purpose. I can do that, but right this minute I’m unclear on them;

    Like I was saying, I have done some research and through a little self education and A LOT of trial and error, I have [at this point] learned how to edit text font, color, size, hover colors. I always first “back up” the css or php code by creating a copy in NotePad. So, in the event I inadvertently screw up the code (and consequently, my site), I just paste the copy back from NotePad to the css or php page. Probably not the best way but for my purposes it seems to be working.

    What I am specifically trying to accomplish is a color change of the navigation bar, footer bar, slider bar and etc (where, at the moment, they are varying shades of gray). I want to be able to change these colors as this user has changed these elements to brown and white and blue: http://theresebogan.com/ (hope it’s OK to use actual sites as “models” on this forum??…).

    For the fonts, it was easy because I could just browse the style php file (using the “theme editor” in WP) looking for color hex codes and, through trial and error, figure out which line of code controlled what. However, with those elements like the nav bar and slider I have discovered that, in the code, they are directed to png files which I subsequently traced back to theme directly (or whatever it’s called??) using godaddy ftp file manager. So my question is, do I have to in some way edit/modify each of these png files (which I do not have the software or skill to do) or is there another piece of code somewhere else or another tactic that I should be employing to do this?? The site owner of the above reference site said she was a novice so I would have to think that it isn’t overly complicated…

    Any help is greatly appreciated. I’m driving myself crazy trying to figure it out 🙂

    Sam

    Thread Starter idig5850

    (@idig5850)

    **CORRECTION… I traced the png images back to the the Theme “DIRECTORY” or “REGISTRY” (again, I’m unsure of the proper term), not theme ‘directly’ as written above. Thanks

    Just saw this and figured it out.

    http://wordpress.org/support/topic/creativix-menu-bar

    Look for style.php line:

    #header #navbar a{
    color:#888;
    }

    Works beautifully! Happy hacking!

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Please do not edit the theme’s stylesheets.

    Thread Starter idig5850

    (@idig5850)

    Thanks Socialmediapro,

    However, that changes the text color… I would like to change the color of the actual navigation bar itself. I did some more digging and it looks like this is simply a PNG image which (I think) means that I would need to download the image from the theme registry (or whatever it’s called…via the FTP file manager) and then edit the image with Photoshop or something like that. So, that’s where I’m at right now…unless you know of an easier way???

    Andrew, why do you caution against editing the stylesheet?

    Thanks to both of you –

    Sam

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    If edited themes’ CSS stylesheets, once the theme is updated, your changes will be lost.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Creativix: Color Changes to Nav Bars, Slider Bar, etc.’ is closed to new replies.