Md Musa
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Twenty Fifteen] Author-bio add the active linkHi Lifeinbigtent
Look & see this line
<h2 class="author-heading"><?php _e( 'Published by', 'twentyfifteen' ); ?></h2>
Let add home page URL on “Published by” this text
<h2 class="author-heading"> <a href="<?php echo esc_url( home_url( '/' ) ); ?>"> <?php _e( 'Published by', 'twentyfifteen' ); ?> </a> </h2>
If you use this code and click this “Published by” this will go your home page way you can add like on you “Published by” text section like current post link or your own create page etc.
Let me know if you have any query
Thanks
MusaForum: Themes and Templates
In reply to: need to remove symbols by headlines/category titlesGlad to know that it’s works for you
Thanks
MusaForum: Themes and Templates
In reply to: [SKT Black] Remove Post CommentHi FoxTek
Your are Most Welcome ??Forum: Themes and Templates
In reply to: [Theme: Virtue] How to change the topbar searchbox font?Hi
If you have the solution then please closed this thread.Thanks
MusaForum: Themes and Templates
In reply to: need to remove symbols by headlines/category titlesHi
Just Put this code into your Custom CSS manager
.format-standard .entry-title::before {
content: “”!important;
}
I hope if will not appear on any icon kike arrow or hand pointer before title.Thanks
MusaForum: Themes and Templates
In reply to: [Theme: Virtue] How to change the topbar searchbox font?Hi
The CSS Property is font-family: sans-serif; And sans-serif is the Font name.
try to use this code & change your desire font name;
#topbar-search input[type=text]{
font-family: monospace;
}Thanks
MusaForum: Themes and Templates
In reply to: Space between header and contentHi Bithia
I checked You given URL i saw the white-gray on most top then start Main Content Section .. if you want to remove this top space then just use this css #main {
padding: 0px 0 50px 0!important;
}
on your style.css fileThanks
MusaForum: Themes and Templates
In reply to: [SKT Black] Remove Post CommentHi FoxTek
You want to remove Comment section “Leave a Reply” right ?First Go Your Desire page in Page Edit Mood[using WordPress Dashboard] then
Step 1: Search “Discussion” in Bottom of the page, if you see this then please unchecked then “Allow Comments” then publish it.
If you didn’t see the any “Discussion” section Bottom of the page then Go to Top Right of page “Screen Options” then checked “Discussion” then follow then Step 1.Thanks
MusaForum: Themes and Templates
In reply to: [Sela] Adding Padding between main content and sidebar on blogHi
#primary {
width: 911px;
}
for this Extra Width your sidebar go bottom. so remove this fast.
Other issues not clear.Thanks
MusaForum: Themes and Templates
In reply to: [Author] Text widthHi
Can you have live url for check.Thanks
MusaForum: Themes and Templates
In reply to: [Author] Text widthHi KZimm
I hope you have solution now .Forum: Themes and Templates
In reply to: [Longevity] Remove title on pagesHi TeqToo
can you please give a live url ?
Here you can go with 2 way edit .php or just hard way using css stuff.if you are not familiar with php & WP then don’t go with this but this is best way.First inspect the page title css class holder to add display: none; but make sure it will only for page title not for post tile.
so you go Dashboard —> Appearance –> EditorThanks
MusaForum: Themes and Templates
In reply to: [Virtue] how to move primary menu to leftHi
Please Mention which theme you are currently using if this form WordPress repo then mention the name please.
And if you put the HTML here then it gonna be easy to fix.
But you can try with float: left;
Thanks
Musa