Forum Replies Created
-
Author
-
fakhari95Participant
yes thank you very much.
only related posts is not rtl
https://roshdpack.com/blog/guide-inbound-marketing-automation/Attachments:
You must be logged in to view attached files.fakhari95Participantwhere i place this code:#comments .comment-respond {margin-right: 0 !important;}
beacasue i palce in quick css but do not working.
https://roshdpack.com/blog/inbound-marketing/fakhari95Participantsee screenshot.
comment section have more distance from rightAttachments:
You must be logged in to view attached files.fakhari95Participantit is working with change like attachment
Attachments:
You must be logged in to view attached files.fakhari95Participanthello
i want change theme font to xm-yekan
but do not working this code in :add_action(‘wp_head’,’Kleo_hook_font’);
function Kleo_hook_font() {
$output=”<link rel=”stylesheet” media=”screen” href=”https://fontlibrary.org/face/xm-yekan” type=”text/css” media=’all’ />”;
echo $output;
}and this code in quick css:
body,a,b,h1,h2,h3,h4,h5,h5 { font-family : XMYekan !important; }
fakhari95Participantplease see file attachment
Attachments:
You must be logged in to view attached files.fakhari95Participantthere are a bug rtl in meno on mobile and tablet
please see file attachment
https://www.rahamali.com/how/cook-turkey-burgers-oven/Attachments:
You must be logged in to view attached files.fakhari95Participanti add font link but do not working
this is code in functtion.php:add_action(‘wp_head’,’Kleo_hook_font’);
function Kleo_hook_font() {
$output=”<link rel=’stylesheet’ href=’https://fontlibrary.org/face/droid-arabic-naskh/font.css’ type=’text/css’ media=’all’ />”;
echo $output;
}fakhari95Participantfakhari95Participanti copied both but do not working for lode droid arabic naskh font
Attachments:
You must be logged in to view attached files.fakhari95Participantmy dear.
i delet kleo theme from domain javdanegi.com
kelo theme is active on rahamali.com
i copy this code body,a,b,h1,h2,h3,h4,h5,h5 { font-family : ‘DroidArabicNaskh’ !important; }
in quick css area but not loded DroidArabicNaskh font.
is this code following have to copy in quck css?
add_action(‘wp_head’,’Kleo_hook_font’);function Kleo_hook_font() {
$output=”<link rel=’stylesheet’ href=’http://linktomyfont.com/font.css’ type=’text/css’ media=’all’ />”;
echo $output;
}fakhari95Participantit possible tell me where exactly add this code for Droid Arabic Naskh font?
add_action(‘wp_head’,’Kleo_hook_font’);
function Kleo_hook_font() {
$output=”<link rel=’stylesheet’ href=’http://linktomyfont.com/font.css’ type=’text/css’ media=’all’ />”;
echo $output;
}fakhari95Participantok
your mean this code add to head in general for DroidArabicNaskh?add_action(‘wp_head’,’Kleo_hook_font’);
function Kleo_hook_font() {
$output=”<link rel=’stylesheet’ href=’http://linktomyfont.com/font.css’ type=’text/css’ media=’all’ />”;
echo $output;
}and this css:
body,a,b,h1,h2,h3,h4,h5,h5 { font-family : ‘DroidArabicNaskh’; }fakhari95Participantok.i mean how add droid arabic naskh font to theme font
And what section do you want to change? (color) i mean body font (#000000) -
AuthorPosts