designtrial
Forum Replies Created
-
Forum: Themes and Templates
In reply to: change menus sidebar align to righthi webbrewers, great your code is works, align is right.
do you know how to make a different color in submenus, i try this but not work:ul#menu-aryas.menu { text-align:right; } ul#sub-menu-aryas.menu { text-align:right; color:#000; }
thanks
Forum: Themes and Templates
In reply to: how to add css for custom page templatet-p & kopepasah, thanks the support, since i dont know how to implement your advices, now i made the frontpage with inline code in the page:
<style><!-- body {background-image:url('https://aryapandjalu.net/wp-content/uploads/2013/01/depan-front.jpg'); background-position: center center; background-size: cover;} --></style> <p style="text-align: right;"><span style="font-family: 'trebuchet ms', geneva; color: #88C34B; font-size: xx-large; padding-right: 140px;">ARYA PANDJALU</span></p> <h2 style="text-align: right;"><span style="color: #88C34B;"><span style="font-family: 'trebuchet ms', geneva;">? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?</span><span style="font-family: 'trebuchet ms', geneva;"><a href="https://aryapandjalu.net/arya-pandjalu/"><span style="color: #99cc00; padding-right: 140px;">Welcome /</span></a></span></span></h2> <h2 style="text-align: right;"><span style="color:#88C34B;"><a href="https://aryapandjalu.net/arya-pandjalu/"><span style="font-family: 'trebuchet ms', geneva; color: #99cc00; padding-right: 140px;">Selamat Datang</span></a></span></h2> <p style="text-align: right; margin-right: 45px;"></p>
this is the best i did at the moment
Forum: Themes and Templates
In reply to: how to add css for custom page templateyou mean something alike this:
<body<?php if ( is_page(array('somepage1', 'somepage2', 'somepage3'))) { echo ' class="myclass" '; } ?>>
and
.myclass #content { background-color: #123456; } .myclass #content p { color: #987654; }
Forum: Themes and Templates
In reply to: how to change sub menus colorwoow okay, I think we missed up a things
1. frontpage is a custom page, i just take the code from page.php and copy -paste and delete the sidebar menu. (problem: i dont have any idea to add a new css to style with)
2. about submenus in sidebar, I moved from from left to righ side. (problem: I cant find the css, only:
ul.sidebar a { color:rgb(136, 195, 75); }
and I tried to make submenus with different color with li behind of ul. still not working;
ul.li sidebar a { color:rgb(153, 153, 153); }
I am not sure if all I did just made the HTML messed up
Forum: Themes and Templates
In reply to: how to change sub menus coloroke thanks, I dont have any knowledge of html, i am a newbie in coding. So you dont have any idea to change the submenu color different from the mother menu because the HTML messed up…
Forum: Themes and Templates
In reply to: how to change sub menus colori dont know what you meam about not valid wordpress page. I am using wordpress 3.5 and ari’s theme. I need to change the submenus color to green and submenus will dropdown if somebody click on mother menu. thanks
Forum: Plugins
In reply to: [Page Theme] [Plugin: Page Theme] I do not see APC menuhi everyone
how to make the page theme plugin works not just for post and page but to categories? Does anyone know to make it.
thanks
Forum: Themes and Templates
In reply to: menus doesnt appear, helpthanks everyone
Forum: Themes and Templates
In reply to: menus doesnt appear, helpForum: Themes and Templates
In reply to: menus doesnt appear, helpForum: Themes and Templates
In reply to: menus doesnt appear, helpthere is no ‘?ustom css’ in dashboard, but in appearance –>menus, there is CSS classes. I am not using Child Theme, I made it in parent theme
thanks
Forum: Themes and Templates
In reply to: menus doesnt appear, helphi andrew,
I am using Bello theme, but i made small change only in background (images… i am not sure).
thanks
Forum: Themes and Templates
In reply to: menus doesnt appear, helphi erwin,
thanks for reply and sorry for a long time to reply. i just frustrated to learn code. Now, i want to delete the green lines under the menus (custom menus), I try to find those lines in CSS but it’s not there, this my link https://trisno.netau.net/?cat=6I hope you have a time to reply this thread
thanks
Forum: Themes and Templates
In reply to: WPExplorer Adapt theme 404 errors for portfolio displayhi, airbornex
I am beginer to in wordpress, and am working with adapt theme. I have a problem with image slider. would you give some tips how to work with slide? : )
thanks.