-
AuthorPosts
-
November 18, 2014 at 8:56 pm #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!!
November 19, 2014 at 12:58 am #353400Hi 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.
November 19, 2014 at 1:40 pm #353623Thank 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).
November 19, 2014 at 8:04 pm #353930Hey!
Go ahead and paste the CSS code your using here.
You can turn comments off in Dashboard > Settings > Discussion.
Cheers!
ElliottNovember 19, 2014 at 11:30 pm #354026That’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!
November 20, 2014 at 4:47 pm #354308Hi!
Try this.
#avia-menu > li > a { font-family: “Alef” !important; } .avia-testimonial-content, .avia-testimonial-content p { font-family: “Alef” !important; }
Best regards,
ElliottDecember 2, 2014 at 7:39 am #361334This reply has been marked as private.December 2, 2014 at 6:36 pm #361666Hey!
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,
ElliottApril 20, 2015 at 2:26 pm #431282This reply has been marked as private.April 21, 2015 at 12:24 pm #431922Hi Dorit,
Can you please create us a WordPress administrator account? post it here as a private reply.
Regards,
JosueApril 21, 2015 at 7:42 pm #432307This reply has been marked as private.April 21, 2015 at 8:54 pm #432375Hi!
What’s the URL to log-in? wp-login.php/wp-admin doesn’t seem to work.
Cheers!
JosueApril 22, 2015 at 6:35 am #432565This reply has been marked as private.April 24, 2015 at 2:44 pm #434123 -
AuthorPosts
- You must be logged in to reply to this topic.