• Again after update lost all font/link/heading color again???
    Not sure what to change in child style.css this time.

    Menubar text and button width. Cannot seem to adjust it in the customize section anymore?

Viewing 5 replies - 1 through 5 (of 5 total)
  • Theme Author nobita

    (@nobita)

    Hi Yak Chum

    Become a WordPress 4.3, menu control is added to the customizer, theme menu control section of were lost.

    The section that controls the menu of fonts and width

    It has been moved to the Customizer / Presentation / Menu

    In addition to moving the control, we do not conduct such as style of updates.

    Always, I’m sorry for the confusion.

    Please try again to set again

    Thank you.

    Thread Starter Yak Chum

    (@yak-chum)

    Nobita,
    Thanks found the menu font and width modification panel!

    All font colors keep reverting back to default. Im not sure the reasoning for this. I removed all code in the Child style.css and modified the colors within the customization GUI panel. It just reverts back.

    Theme Author nobita

    (@nobita)

    for this. I removed all code in the Child style.css

    Child theme style of the specified had to delete, I do not know its cause.

    If possible, I would like to know whether the deleted style specified was look like, I want to read it.

    Thread Starter Yak Chum

    (@yak-chum)

    I did not back it up.
    currently

    /*
     Theme Name:   Raindrops Child
     Theme URI:    https://example.com/twenty-fourteen-child/
     Description:  Twenty Fourteen Child Theme
     Author:       John Doe
     Author URI:   https://example.com
     Template:     raindrops
     Version:      1.0.0
     Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
     Text Domain:  raindrops-child
    */
    /* =Theme customization starts here
    -------------------------------------------------------------- */
    #hd{
        display:none;
    }
    
    #yui-main, legend, #sidebar, div[id^="doc"], #hd, h1, div[id="yui-main"], .entry ol ol, .entry ul {
      color: #BEFF00;
      background-color: #070707;
    }
    .entry-meta{
        display:none;
    }
    
    #fp55bff5af64581 .fp-engine{
    	z-index:1!important;
    }
    #access,
    #access .sub-menu,
    #access .children{
    	z-index:999999!important;
    }
    
    #header-image .tagline{
    display:none;
    }
    
    #access,
    #access a,
    #access a:active,
    #access ul li.current_page_item a,
    #access ul li.current-menu-ancestor > a,
    #access ul li.current-menu-item > a,
    #access ul li.current-menu-parent > a{
    	background:transparent;
    	color:lime;
    }

    Theme Author nobita

    (@nobita)

    Thank you.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Test color and menubar width after theme update.’ is closed to new replies.