lines on menu

Home Forums SKT Full Width Forum lines on menu

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #79079
    pilgrim.leepilgrim.lee
    Member
    • Topics: 1
    • Replies: 3
    • Total: 4
    Member since: July 22, 2017

    hi – love Full Width Pro but i’m having a few issues customising it on my site http://drawpilgrim.com
    how can i remove the black lines on the menu bar?
    and how can i modify the slider caption font(s)?
    you may also notice that the footer isn’t showing up on homepage (only on subpages)

    sorry! feel like i’m going in circles trying to solve these issues on my own.

    #79147
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30657
    • Total: 30657
    Member since: August 16, 2013

    Hi,

    Kindly go to Appearance>>Theme Options>>Layout Settings>>Custom CSS Box:

    Add this code there:

    #site-nav ul li { border:none !important;}
    .slide-description, .slide-readmore { color:#000 !important;}

    Regards,
    Dave

    #79150
    pilgrim.leepilgrim.lee
    Member
    • Topics: 1
    • Replies: 3
    • Total: 4
    Member since: July 22, 2017

    YAY! thank you dave!

    can you advise how i can change the slider fonts to Montserrat for heading and Georgia for body text (without any drop shadow)
    thank you

    #79165
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30657
    • Total: 30657
    Member since: August 16, 2013

    Hi,

    Kindly go to Appearance>>Theme Options>>Basic Settings>>Custom CSS Box:

    Add this code there:

    #slidecaption { text-shadow:none !important;}
    div.slide-title { font-family:'Montserrat', sans-serif !important;}

    Regards,
    Dave

    #79178
    pilgrim.leepilgrim.lee
    Member
    • Topics: 1
    • Replies: 3
    • Total: 4
    Member since: July 22, 2017

    thanks dave – that fixed the shadow but the slider font is still Roboto :/

    #79190
    pilgrim.leepilgrim.lee
    Member
    • Topics: 1
    • Replies: 3
    • Total: 4
    Member since: July 22, 2017

    disregard – i figured something out!

    #79192
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30657
    • Total: 30657
    Member since: August 16, 2013

    Great

Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.