Customize Menu in Dzonia

Discussion in 'Dzonia WordPress Theme' started by terapiadapalavra, May 14, 2015.

  1. terapiadapalavra

    terapiadapalavra New Member

    Joined:
    May 28, 2012
    Messages:
    14
    Likes Received:
    0
    Is there a way to turn the background colour of my site's menu into 9e4d49? I'd also like the subitems to appear as plain text, no boxes involved.
    Thanks in advance! I'm looking for something more like this, but without lower boxes and in light brown and white (light brown code 9e4d49).

    [​IMG]

    Thanks a lot!
     
  2. sameerwalkar

    sameerwalkar Guest

    Hello,

    Could you please provide us your site URL.
     
  3. terapiadapalavra

    terapiadapalavra New Member

    Joined:
    May 28, 2012
    Messages:
    14
    Likes Received:
    0
    www.terapiadapalavra.com.br, Sameer!
    Thanks!

    (By the way I've installed the Google translator plugin but "read more" is still showing.) - Its brazilian portugueses (PT-BR). Can you help me on this too? Thanks!
     
  4. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hello,

    1>Please paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    ul.ddsmoothmenu li a {
      background: #9e4d49 !important;
    }
    #menu .ddsmoothmenu li ul {
      background: white !important;
    }
    2> To translate "Read More", please follow the screenshot given below.
    Dzonia_replace_readmore.png

    Thanks,
    Praveen
     

Share This Page