Forum Replies Created
-
AuthorPosts
-
yes of course
Hi I added the code to the quick css,
It didn’t fix the border location foir the main menu
and it affected the font size and color that I set in the advanced styling1 more thing
regarding https://kriesi.at/support/topic/masonary-gallery/#post-693011I want the image title aligned to the bottom right of the images
I re-enabled the small separator
Also I need to add the Tahoma font to the website:
Tahoma, Genevacan you please assist?
Excellent!
thanks Vinay :-)Just to be more clear:
2. I want to align the Image Title to the bottom part of the Image –> the centered overlay Title to be aligned to the bottom part of the ImageExcellent!
Thanksall in the private content
ok problem solved adding the following code to functions.php:
function include_font() {
?>
<style>
@import url(http://fonts.googleapis.com/earlyaccess/opensanshebrew.css);
body{
font-family: ‘Open Sans Hebrew’, serif;
}
</style>
<?php
}
add_action(‘wp_head’, ‘include_font’);Hi Yigit,
Thanks Alot!works Excellent thanks!
and how do I increase the phone number font size ?
Hi Yigit,
Thanks for the quick response :)it works but now it shows the upper/secondary menu area constantly, can we hide the whole area and show it with the number only on mobile devices?
-
AuthorPosts