Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #353237

    Hi,
    A few questions –
    1) how can I center the sentence in the socket? the <center> tag doesn’t seem to work…?
    2) I’m using google fonts for the site, but I can’t change the fonts for the title bar headings, the upper menu and some shortcodes titles (like the name in testimonials for example). What are their css selectors? (I’m using easy google fonts)
    3) I’m using the rtl option. When I use the testimonial content element, the name under the quote is not right aligned to the text, but floats somewhere in the middle.
    4) Where can I translate the word “search” in the search box?

    I’m using enfold-child and did some quick css changes.

    Thank you!!

    #353400

    Hi doritnir!

    1. Try adding this to your custom CSS.

    #socket .copyright { width: 100% !important; }
    

    2. I think it would be best to use Ismael’s suggestion here to add more google fonts, https://kriesi.at/support/topic/add-new-font/#post-234710. This way you can use the theme features for styling in Dashboard > Enfold > General Styling and also in the advanced styling tab. But if you still want to use CSS then you should be able to target them with this.

    .avia-testimonial-content {  }
    .main-title, .main-title a {  }
    .avia-menu > li > a, .avia-menu > li {  }
    

    3. Try adding this to your custom CSS.

    .avia-testimonial-meta { margin-right: 0px !important; }
    

    4. Try editing line 9 in /enfold/searchform.php.

    'placeholder'  	=> __('Search','avia_framework'),
    

    Cheers!
    Elliott

    • This reply was modified 10 years ago by Elliott.
    #353623

    Thank you for your help Elliott!

    The font thing didn’t work for me. Didn’t know what exactly to put in the brackets, and only the main title worked :-(

    Another question – is there a way to turn the comments off? (in the blog. including the replies counter).

    #353930

    Hey!

    Go ahead and paste the CSS code your using here.

    You can turn comments off in Dashboard > Settings > Discussion.

    Cheers!
    Elliott

    #354026

    That’s the CSS code I used:
    .avia-testimonial-content { font-family: “Alef”; }
    .main-title, .main-title a { font-family: “Alef”; }
    .avia-menu > li > a, .avia-menu > li { font-family: “Alef”; }

    the font has 2 weights: 400,700

    Thanks!

    #354308

    Hi!

    Try this.

    #avia-menu > li > a {
        font-family: “Alef” !important;
    }
    .avia-testimonial-content, .avia-testimonial-content p { font-family: “Alef” !important; }
    

    Best regards,
    Elliott

    #361334
    This reply has been marked as private.
    #361666

    Hey!

    Try adding this to your custom CSS.

    #top .aviaccordion-preview { top: 0px !important; left: 0px !important; }
    

    To copy it do this first, http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/, and then you can copy and paste the shortcode you see in the debug view.

    Regards,
    Elliott

    #431282
    This reply has been marked as private.
    #431922

    Hi Dorit,

    Can you please create us a WordPress administrator account? post it here as a private reply.

    Regards,
    Josue

    #432307
    This reply has been marked as private.
    #432375

    Hi!

    What’s the URL to log-in? wp-login.php/wp-admin doesn’t seem to work.

    Cheers!
    Josue

    #432565
    This reply has been marked as private.
    #434123

    Hi!

    I am sorry, but I can’t login. The Login URL seems to be wrong, because I get a “Nothing found” error:

    Let us know when you are sure to have the correct URL login.

    Regards,
    Andy

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