alakulihal
Forum Replies Created
-
Forum: Plugins
In reply to: [Visitor Traffic Real Time Statistics] Pro versionwhat is the difference between single, extended and professional license?
Forum: Themes and Templates
In reply to: [Activello] Upload font face css to custom cssIam not in using droid sans, because that trouble
Forum: Themes and Templates
In reply to: [Activello] Upload font face css to custom cssmashamam.com/wp-content/themes/activello/develop/DroidSans-webfont.ttf
Forum: Themes and Templates
In reply to: [Activello] Change site title and description fontIm using this code
I’m using this code
/* Site title */
.site-name,
.site-title{
font-family: “Russo One”, sans-serif;
line-height: 20px;
}/* Site description */
.tagline{
font-family: “Lora”, sans-serif;
}Forum: Themes and Templates
In reply to: [Activello] Upload font face css to custom cssFont /home/public-html/wp-content/themes/activello/develop/
Forum: Themes and Templates
In reply to: [Activello] Change site title and description fontMas Kharis, the code work perfectly, but i can’t resize font from default size.
What should i do?
Forum: Themes and Templates
In reply to: [Activello] Change site title and description fonthello mas Kharis, sudah saya tambahkan font tersebut, dan saya coba work for post-content and post-title. Open Sans, Droid Sans Bree Serif.
But, I can’t use the font to edit Site-title and descreption.
Forum: Themes and Templates
In reply to: [Activello] Upload font face css to custom cssYes, i have uploaded. But noy work.
Now i added font use functions.php
Forum: Themes and Templates
In reply to: [Activello] Upload font face css to custom cssI wrote this code:
@font-face { font-family: 'droid_sansregular'; src: url('https://mashamam.com/wp-content/themes/activello/develop/DroidSans-webfont.eot'); src: url('https://mashamam.com/wp-content/themes/activello/develop/DroidSans-webfont.eot?#iefix') format('embedded-opentype'), url('https://mashamam.com/wp-content/themes/activello/develop/DroidSans-webfont.woff') format('woff'), url('https://mashamam.com/wp-content/themes/activello/develop/DroidSans-webfont.ttf') format('truetype'), url('https://mashamam.com/wp-content/themes/activello/develop/DroidSans-webfont.svg#droid_sansregular') format('svg'); font-weight: normal; font-style: normal; }
but, it stil not working
Forum: Themes and Templates
In reply to: [Activello] Upload font face css to custom cssForum: Themes and Templates
In reply to: [Activello] Minimize Padding Around LogoResolved wit code
.archive #page .post-inner-content { margin-top: 0; padding-top: 0; margin-bottom: 30px; padding-bottom: 0; }
Forum: Themes and Templates
In reply to: [Activello] Minimize Padding Around LogoThen, how to remove padding in category/tag page? https://prntscr.com/cas98i
I use this code to remove category in category page
#main > .page-header h1.page-title, body.page h1.entry-title { display: none; }
Forum: Themes and Templates
In reply to: [Activello] Floating menuThis code
#page .navbar-default .navbar-nav > li > a { color: #1c202a; } #page .navbar-default .navbar-nav > .active > a, #page .navbar-default .navbar-nav > .active > a:hover, #page .navbar-default .navbar-nav > .active > a:focus, #page .navbar-default .navbar-nav > li > a:hover, #page .navbar-default .navbar-nav > li > a:focus, #page .navbar-default .navbar-nav > .open > a, #page .navbar-default .navbar-nav > .open > a:hover, #page .navbar-default .navbar-nav > .open > a:focus { color: #a161bf; background-color: transparent; } #page .dropdown-menu > li > a { color: #636467; } #page .dropdown-menu > li > a:hover, #page .dropdown-menu > li > a:focus, #page .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, #page .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus { color: #fff; background-color: #a161bf; }
I can change background color of navbar, but not completely. what I want is the navbar background color.
Forum: Themes and Templates
In reply to: [Activello] Floating menuthanks very much work perfectly
Forum: Themes and Templates
In reply to: [Activello] Floating menufloating menu not work in mobile view