• Resolved hepae001

    (@hepae001)


    and under the secondary menu. Hello, I try to work with Cakifo the first time. It is a wonderful theme and I like the easy way to customize it. Can you tell me how I can change the colours of the lines? Yellow isn’t. the color I prefer. Or better: how can I delete the lines?

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hello,

    You will be able to easily change that in the next version. Hopefully it will be released in the next few weeks. Hope you can wait. If not, you can create a child theme and change the CSS.

    – Jesper

    Thread Starter hepae001

    (@hepae001)

    Thanks for the quick answer. I am not an CSS expert., but I can try to find it. Where do I have to look for it?

    You can read about creating a child theme for Cakifo here: https://github.com/jayj/Cakifo/wiki/Child-themes (includes a download link to a sample child theme)

    I would image your child theme style.css would look something like this:

    /**
     * Theme Name: Cakifo child
     * Theme URI: https://link-to-your-site.com
     * Description: Describe what your theme should be like.
     * Version: 1.0
     * Author: Your Name
     * Author URI: https://link-to-your-site.com
     * Tags: Add, Whatever, Tags, You, Want
     * Template: cakifo
     */
    
    @import url( '../cakifo/style.min.css' );
    
    /* Custom code goes below here. */
    #content,
    #footer {
       background-image: none;
       border-top: 5px solid #bada55; /* your color here */
       padding-top: 34px;
    }

    This CSS may not work when you update to the next version (but you won’t need it if you do update)

    – Jesper

    Thread Starter hepae001

    (@hepae001)

    Many thanks, Jesper. At the moment I am too busy with other things, but I will tell you the result, when I have tried to change my site.

    The new version is out now

    Here’s the release post: https://wpthemes.jayj.dk/cakifo/2013/cakifo-1-6/

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Changing colors of the lines on the top of the footer’ is closed to new replies.