ellp
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [WP-Creativix] Remove Footer "Layout by…"@geoclaps if he will have problems if he removes the line from the parent theme. After an update the line will come back. Is more safe change the line in a child theme or using a custom css plugin.
Forum: Themes and Templates
In reply to: [WP-Creativix] Remove Footer "Layout by…"Sure you can!
Can you provide your site URL? It makes easier to help you.
Thanks!
Good Morning RCurtis!
If you have an image logo you can do the follow.
1) upload your logo to your media library;
2) get the image url on your media library;
3) If your theme has a Custom CSS Form you can paste the following code or, if It hasn’t , you can install a custom css plugin and paste the code on it.
4) Use this code:#site-logo a { display: block; text-indent: -99990px; overflow: hidden; background: url('http://nicenicejpg.com/298/72') no-repeat; /*replace this url with the your image url*/ }Let me know when you do this. After that, we will need to adjust the alignment of your image 😉
Forum: Themes and Templates
In reply to: Expound by Konstantin Kovshenin (Help Please!)Good Morning @mmonarchy.
To change the hover color of your menu you need to use/change this code:
view a.info:hover, #navmenu ul > li ul li:hover, #submit:hover, .midbutton:hover, .midrow_blocks_wrap:hover { background: none repeat scroll 0% 0% #A00 !important; /* the code #A00 is your red*/ }By the way, you have changed your theme?
Forum: Themes and Templates
In reply to: sidebar is missingGood Morning All 🙂
Strange @malkah. I recommend 2 things:
1) try to contact the theme creator and ask them for some guidance. Or…
2) consider change the theme. It will avoid more problems for you.
Let me know your toughs.
Thanks!
Forum: Themes and Templates
In reply to: [Simplify] Change alignment of H1 on a single pageNice!
Glad to help 🙂
Forum: Themes and Templates
In reply to: Expound by Konstantin Kovshenin (Help Please!)Hey Monarchy!
Your site seems down:
Warning: unserialize() expects parameter 1 to be string, array given in /home/content/p3nexnas06_data02/23/2137923/html/wp-content/plugins/ultimate-coming-soon-page/framework/framework.php on line 456 Warning: unserialize() expects parameter 1 to be string, array given in /home/content/p3nexnas06_data02/23/2137923/html/wp-content/plugins/ultimate-coming-soon-page/framework/framework.php on line 456Take a look at it…
Forum: Themes and Templates
In reply to: [Simplify] Change alignment of H1 on a single pageTry this one:
body.page-id-260 h1.page-title{ text-align:left; }Forum: Themes and Templates
In reply to: [Minamaze] Larger Company NameOk then:
1) create a copy from header.php. For safety.
2) cut all block:
<div id=”logo”>…</div>
3) paste the block before the start of the block “body-core”.
4) adjust the css acordly giving 100% width for the logo image.May be you need to fix somethings after this modification. Good luck 🙂
Forum: Themes and Templates
In reply to: [Minamaze] Larger Company NameHey Tek!
To make the banner full width you have to change the header structure. If you haven’t problems to work with php/html code you can do it easily.
Forum: Themes and Templates
In reply to: [Minamaze] Changing inner border coloursGlad to help 😀
Forum: Themes and Templates
In reply to: [Minamaze] Changing inner border coloursHey!
Let’s do it 🙂
About the read more: unfortunately I can’t help you on that because I need to check the theme files on your server to see the code and modify as you need.
About the image: just paste this code bellow.
.entry-content img{ padding:2px; border:1px dashed #238abe; }Let me know if it works 🙂
Forum: Themes and Templates
In reply to: [PaperCuts] Subscriptions widget: lostNice!
Edith, let me know if you need a hand on this 😉
Forum: Themes and Templates
In reply to: [Preference Lite] My sidebar is not showing????Deb,
You can use this plugin:
https://wordpress.org/plugins/google-typography/
And modify the following classes to change you need:
h1#site-title /* this one modify the site title /* .entry-content h2 /* this one modify the h2 from content section */Let me know if you need a hand 🙂
Forum: Themes and Templates
In reply to: [Preference Lite] My sidebar is not showing????Deb,
What you have in mind with the Title font and the H1? Make bolder, change font, change size?