phaon3d
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Moesia] Grey lines?Vladff Sir, you are a legend amongst many.
Thank you
Forum: Themes and Templates
In reply to: [Moesia] Grey lines?Thank you vladff.
Space reduced and works great, really appreciate your help.
Do you know how I could get rid of the grey lines? Or show them as white. Just an aesthetic change to tidy things up.
Thanks again
Forum: Themes and Templates
In reply to: [Moesia] Resizing footer widget height.Thanks Stephen.
Everything seems to be ok now.
Yep will create a child theme one of these days.
Thanks for your help
Forum: Themes and Templates
In reply to: [Moesia] Resizing footer widget height.Apologies
phaon3d.com
Forum: Fixing WordPress
In reply to: Social Plugin Button ManipulationForum: Fixing WordPress
In reply to: Page LogoHi,
No, the header on the home page still retains the logo on the left hand side of the navigation bar. I’d like to remove this.
:S
Forum: Themes and Templates
In reply to: [Moesia] Page Title Font SizeWorked a treat using the custom css plugin.
Thank you for your help vladff.
Colour was regarding all of the text explaining the services etc. I though it appropriate to change the colour from the light grey to Dark Grey or even Black. Do you think the text is difficult to read?
Thanks again
Forum: Fixing WordPress
In reply to: Text Box – Adding LinksThank you so much Clayton.
All is resolved.
Have a good evening.
Forum: Themes and Templates
In reply to: [Moesia] Submenus home pageEverything is perfect and as I like it. You are an absolute star. Take care and have a great evening.
Forum: Themes and Templates
In reply to: [Moesia] Submenus home pageThat worked! Thank you!
Ok here is where I will be a pain in the backside.
1. How do I apply this to all of the submenus
2. How do I apply that to only the front page. As on “3d printing services” page for example, when you hover of the navigation bar the submenu goes into unchartered territoryI really appreciate your help Andrew, legend.
Forum: Themes and Templates
In reply to: [Moesia] Submenus home pageAh yes, I had already downloaded this plugin for another task, but didnt have to use it.
From what I understand I have to write new code here is that correct? Im very new to all of this so might have to pester you more!
Forum: Themes and Templates
In reply to: [Moesia] Submenus home pageThank you for your response Andrew.
I will download the custom css manager plugin now.
I think this might be the issue, you cant see them.
If you hover over “3d printing services” and scroll down a little more you will see the submenu. Alternatively, click on “3d printing services” and from that page hover over the menu at the top you should see the submenus there.
I hope that makes sense.
Thanks i will update you soon.
Forum: Fixing WordPress
In reply to: Moesia theme submenusI have, no response.
Forum: Fixing WordPress
In reply to: moving page links on frontpageOk, I have managed to find the correct section.
Menus
————————————————————–*/
.main-navigation {
display: block;
float: left;
}
.main-navigation ul {
list-style: none;
margin: 70;
padding-left: 20;
float: right;
}
.main-navigation li {
float: left;
position: left;
padding: 30px 30px;
text-transform: uppercase;
font-family: ‘Roboto Condensed’, sans-serif;
}
.main-navigation a {
display: block;
text-decoration: none;
color: #fff;
-webkit-transition: color 0.3s;
transition: color 0.3s;
}
.main-navigation a:hover {
color: #ff6b53;
}
.main-navigation ul ul {
box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
float: left;
position: centre;
top: 100%;
left: -999em;
z-index: 99999;
background-color: #fff;
}
.main-navigation ul ul ul {
left: -999em;
top: 0;
}
.main-navigation ul ul a {
width: 200px;
color: #aaa;Now when I try to move the text position, it goes so far then decides to list the pages underneath. As if there is a text box that doesnt match the same size as the grey header.
Thanks
Forum: Fixing WordPress
In reply to: moving page links on frontpageHi,
thanks for your reply. Really appreciate it.
I have found the style.css. But no where can I find the code that would edit the position of those specific links.
“Post and page navigation” – Any changes that make under this title dont seem to do anything.
Regards