• Resolved irenepv

    (@irenepv)


    How I can change the color of the letters of the menu. But I just want to change a page.
    Also, I would like to change the color of the titles of three of the pages.
    Thank you

Viewing 8 replies - 1 through 8 (of 8 total)
  • wh82

    (@wh82)

    Can you provide the URL of the website?

    Thread Starter irenepv

    (@irenepv)

    Theme Author Styled Themes

    (@gejay)

    Hi There,

    Please use the following css to change the color of menu letters:

    .primary-navigation li a {
        color: #663399;
    }

    NOTE: Please use the custom css plugin or child theme to write the css.

    And regarding the page title could you please tell us more about it and please mention the link of you site also where you want to change the color of page title because as per the page id we need to put the css for the different pages. We hope you understand.

    We look forward to your respond.

    Thanks

    Thread Starter irenepv

    (@irenepv)

    Hi,
    Works the color change menu but I would change only “el arte de lo efímero” could be?
    The titles of the pages you want to change are:

    http://floresdelpatio.com/el-arte-de-lo-efimero/
    http://floresdelpatio.com/el-arte-de-lo-efimero/gloria/
    http://floresdelpatio.com/el-arte-de-lo-efimero/pasion/

    Thanks!

    Theme Author Styled Themes

    (@gejay)

    Hello irenepv,

    Please use the following css to change the color of site title:

    http://floresdelpatio.com/el-arte-de-lo-efimero/
    .page-id-76 .entry-title {
       color: #040404  !Important;
    }
    
    http://floresdelpatio.com/el-arte-de-lo-efimero/gloria/
    .page-id-80 .entry-title {
       color: #040404  !Important;
    }
    
    http://floresdelpatio.com/el-arte-de-lo-efimero/pasion/
    .page-id-78 .entry-title {
       color: #040404  !Important;
    }

    NOTE: Please use the custom css plugin or child theme to write the css.

    Thanks

    Thread Starter irenepv

    (@irenepv)

    Hi!
    Perfect! Works!

    But, in the menu, I would change only “el arte de lo efímero” could be?
    Thanks

    Theme Author Styled Themes

    (@gejay)

    Hi There,

    Please use the following css to fix your issue:

    li#menu-item-91 > a {
       color: #FFF;
       background: #f00;
    }

    Thanks

    Thread Starter irenepv

    (@irenepv)

    Perfect!!
    Thanks!

Viewing 8 replies - 1 through 8 (of 8 total)

The topic ‘Change Color letters menu’ is closed to new replies.