azfy22
Forum Replies Created
-
try add custom ccss as below:
.su-custom-gallery-slide span {font-size: 20px}
increase the size as much as you want
for the first case, use tabs instead of accordion then you will get it.
you need to create 3 different accordion.. each accordion has its own spoiler.. normally you do 1 accordion with 3 spoiler thats why it will close when you open other spoiler
Forum: Fixing WordPress
In reply to: Editing search box sizehi, please check your menus customizer if you can disable it from there. Or you can use custom css to hide it. Just add the css code below:
.menu-item-287 {
display: none;
}Forum: Fixing WordPress
In reply to: Unable to login via wp-adminHi thanks for replying. I already did before but the problem still exist
Forum: Fixing WordPress
In reply to: Multiple colors for title textyou may use image rather than text.
Forum: Fixing WordPress
In reply to: can’t login to WP-admintry disabling all plugin by renaming plugins to something like plugins123 via ftp or cpanel. Try login after that.
- This reply was modified 9 years, 2 months ago by azfy22.
Forum: Fixing WordPress
In reply to: Unable to find php file name for editing copyright on footerYou may hide it using css.
- This reply was modified 9 years, 2 months ago by azfy22.
Forum: Fixing WordPress
In reply to: Two blogs on one domainYes you can. Just install new wordpress with your choice of theme in the catalogue directory.
Forum: Themes and Templates
In reply to: Centering sub menutry this. add to your custom css
ul.sub-menu {
right: -225px;
}Forum: Themes and Templates
In reply to: Help to change menu fontHi there. try this
.menu>li>a {
font-family: Papyrus, fantasy;
}Forum: Themes and Templates
In reply to: Create custom styled post on pageHi there, u need to edit your post.php file in order to custom view the post.
Forum: Themes and Templates
In reply to: Accesspress Parallax – Hide post titleHi there, try this.
.entry-title {display:none !important)
Forum: Themes and Templates
In reply to: Post Title ColorHai there, simply add the css below into your custom css site.
.entry-title a {color: #222}
note: change ‘#222’ color code to any color that u want. U may visit to pick your color.
Forum: Themes and Templates
In reply to: Centering sub menuCan u give the link to your website. Thanks