Changing opacity leaves line and can't see menu names

Discussion in 'Foogo Pro WordPress Theme' started by v4sb, Aug 10, 2015.

  1. v4sb

    v4sb Member

    Joined:
    Mar 14, 2013
    Messages:
    341
    Likes Received:
    0
    When I place the code to change the opacity of the header and the home page top image, it decreases the opacity, so this works fine. But the problem is, is that there is a horizontal left over, I suppose where it differentiates the header block area from the image area. I would like this line removed. I would also like to change the color and the size of the font in the navigation menu to a larger size and a blue color. If you give me the correct code, I can place the font size and color code needed. I just need an example of the code. Thanks.
     
  2. Sobhagya

    Sobhagya Guest

    Joined:
    May 29, 2015
    Messages:
    414
    Likes Received:
    6
    Hello,

    Greetings from InkThemes,

    Could you please provide your site URL along with some edited screenshots so that I can assist you accordingly. If you are unable to create screenshots then you can use www.screenpresso.com
    that will help you to create screenshots.

    Do let me know.
     
  3. v4sb

    v4sb Member

    Joined:
    Mar 14, 2013
    Messages:
    341
    Likes Received:
    0
    liljakes.com[​IMG]
     
  4. v4sb

    v4sb Member

    Joined:
    Mar 14, 2013
    Messages:
    341
    Likes Received:
    0
    I circled the lines for you above to show you that I would like them removed. The url is: http://liljakes.com/
     
  5. priya

    priya Guest

    Hello,

    Thank you for providing us the URL.

    But having visited the link, the web page is shown as under-maintenance.
    Kindly make it LIVE so that we could see the preview and then could assist you.

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  6. v4sb

    v4sb Member

    Joined:
    Mar 14, 2013
    Messages:
    341
    Likes Received:
    0
    I cannot make it live until I remove those lines. I have too many people looking at the website. I have provided a screenshot.
     
  7. v4sb

    v4sb Member

    Joined:
    Mar 14, 2013
    Messages:
    341
    Likes Received:
    0
    I have emailed support regarding the blue line and instructions for logging in. I have got to have this blue removed today or I will be forced to switch to a different theme, as the client is getting frustrated.
     
  8. v4sb

    v4sb Member

    Joined:
    Mar 14, 2013
    Messages:
    341
    Likes Received:
    0
    I believe it is the header wrapper or header border? Possibly even the subheader? Then, if you could tell me how to increase the font size and color of the menu text? Hopefully that will resolve the issue. Screenshots clearly show what I need fixed, most importantly the blue line in the header section.
     
  9. priya

    priya Guest

    Hi,

    Please paste the CSS code given below in the Custom CSS section
    (Appearance -> Theme Options ->Styling Options->Custom CSS) of your dashboard.
    Code:
    #header .top-header {
        background: none !important;
    }
    #sub_header .st-title-wrap .st-title-border {
        border-bottom: none !important;
    }
    #menu .ddsmoothmenu li a {
        font-size: 24px;
        color: blue;
    }
    Note:- Please change font-size and color according to your requirement.

    Let me know if need further help.

    Thanks & Regards!
    Priyanka
    Inkthemes.com
     
  10. v4sb

    v4sb Member

    Joined:
    Mar 14, 2013
    Messages:
    341
    Likes Received:
    0
    The line is still there. I am working on a new website because the last time I tried to fix this issue, my client moved on to another theme because we could not get this resolved. Please tell me how to get rid of that line. It is the same line that is in the screenshot above. I do not know what that line is labeled, other than I need it to be gone.
     
  11. priya

    priya Guest

    Hello,

    Would you please try the code given below in Custom CSS field (Appearance -> Theme Options ->Styling Options->Custom CSS) of your dashboard.
    Code:
    .fusion-header.fusion-header-backface {
        border-bottom: none !important;
    }
    .fusion-secondary-header {
        border-bottom: none !important;
    }
    Hope it will resolve your issue

    Do let me know if you need more assistance,
    Thanks & Regards!
    Priyanka
    InkThemes.com
     

Share This Page