custom-style.php and child theme

  • Author
    Posts
  • #26321
    Atomikfrog

    Hi,

    first, i just want to say that tempera is a great theme. Good job CryoutCreations !

    Now, i want to delete the vertical separator in the main menus. the only way i found is to modify the file : includes/custom-style.php. But i would to do this into my child-theme, and it doesnt work… Can somebody tell me if it’s possible, and how i can do this.
    Thanks for your reply and sorry for my poor english.

    #26396
    Kay
    Cryout Creations mastermind

    You don’t need to edit php files for minor style changes. Add this to your child theme’s style.css file:

    #access > .menu > ul > li > a > span {
    border: 0 !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    }

    • This reply was modified 9 years ago by Kay.

    Before posting consider reading our short theme debugging instructions.
    Please read the FAQs: MantraNirvanaParabolaTempera
    Tutorials: custom menustranslating themeinstalling themecategory page with introdisabling comments Wordpress: child themescategories/posts
    Before making any modifications to your theme we strongly recommend using Child Themes.
Viewing 2 posts - 1 through 2 (of 2 total)

The topic ‘custom-style.php and child theme’ is closed to new replies.