Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #2344467
two design issues
Closed

Comments

  • oneforisrael started the conversation

    Hi! :)

    I would like your help with 2 issues please.

    1: The button (elementor) is ignoring my font which I selected via the theme configurations.

    2: There is a thin line that comes down with the menu when I scroll down (line under the sticky menu) 

    See screen shoot below.
    Page of screenshoot:
    https://oral.law/?page_id=10

    THANKS!!

  •  2,699
    PenciDesign replied

    Hi,

    1/ I've checked it and I see your button displayed the font you've selected via Elementor: http://prntscr.com/rq4mx3

    There is no any override inside CSS.

    2/ Please try add more this code to Customize > Custom CSS to remove it:

    .is-sticky #navigation .container { border: none; }
    

    Best Regards,

    PenciDesign

  • oneforisrael replied

    1. I only selected this font for now - because it ignored the font I choose for the entire theme ("almoni" font). I "reset" the font now and as you can now see it's ignoring it.

    2. Worked. Thanks!

  •  2,699
    PenciDesign replied

    Hi,

    Please try add more this code to Customize > Custom CSS to fix it:

    .elementor-widget-button .elementor-button{ font-family: 'almoni-dl-aaa-400 אלמוני רגיל' !important; }
    

    Best Regards,

    PenciDesign

  • oneforisrael replied

    Thank you!!

  • oneforisrael replied

    Sorry, one more thing came up, the line in MOBILE is not in location, see image below

    ?

  •  2,699
    PenciDesign replied

    Hi,

    Please try add more this code to Customize > Custom CSS to fix it:

    @media only screen and (max-width: 960px){
    #navigation .container {
        transform: translateY(-3px);
    }
    }
    

    Best Regards,

    PenciDesign