4 questions Theme X Ethos

I am working on a new website with Theme X Ethos – this being my third Theme X -

xy Questions:

a) How can I incorporate my phone number in the footer ahead of my Email Adress and „Kontakt und Impressum“ link?

Currently, I have this footer content:

erdmann@braschos.deKontakt und Impressum

b) How can I change the typo (no upperclass and more modern typografy) matching better to the entire website?

c) I would like to have the header consisting of two rows on top of the navbar:
first my name „Erdmann Braschos“ –already there - and below „Texter · Autor · Journalist“, centered.

The lower line is not really a logo, just words in the same typo as my name, separated by dots.

d) With Theme X Ethos I am using the „Slider Revolution“ by Theme Punch at
http://malsegeln.de

I could not find this Slider to install it at the new website. I would aprreciate to use this one, because I am more or less used to it. Or is there a very similar alterative?

Thx in advance for your consideration.

Best, Erdmann

Hi Erdmann,

A - Please add the following code to your footer content:

<p style="letter-spacing: 3px; color: #ffffff"><a style="color: #ffffff" href="tel:333333333" target="_top">333333333</a> •
<a style="color: #ffffff" href="mailto:erdmann@braschos.de?Subject=Anfrage%20via%20&#10;Braschos%20Website" target="_top">erdmann@braschos.de</a> •
<a style="color: #ffffff" href="http://neu.braschos.de/kontakt-impressum/" title="“Kontakt" und="" impressum"="">Kontakt und Impressum</a></p>

B - Add the following code to Theme Options CSS

.x-colophon.bottom .x-colophon-content a {
    text-transform: none;
    text-decoration: none;
}

C - Add the following code to Theme Options CSS

a.x-brand:after {
	content: "URBAN PROPERTY MANAGEMENT!";
	font-size: .4em;
	vertical-align: middle;
  margin-top: 20px;
  display: block;
}

D - You need to go to Wp Admin | X . You will find Revolution Slider among the addons avaliable.

Hope it helps

Thank you, Joao, much appreciated.

3 Questions regarding http://neu.braschos.de/

a) I would like to see the phone number just in the footer, without a link/hovering function. How is the code then?

Current code footer content is:

0176 - 244 409 83erdmann@braschos.deKontakt und Impressum

b) How can I slightly enlarge the footer content typography and have the typo matching to the navbar?

c) Righ now, there is a huge gap/empty space between the navbar and the content
How can I would reduce the gap?

Current extra CSS code content is:

.page-template .x-container>.offset, .page-template .entry-content { margin-top: 0; }

.x-colophon.bottom .x-colophon-content a:hover {
color: rgb(240,200,5) !important;
}

h1.h-landmark.entry-title {
margin-bottom: 20px;
}
.single .entry-thumb { margin-top: 35px; }

.x-colophon.bottom .x-colophon-content a {
text-transform: none;
text-decoration: none;
}
a.x-brand:after {
content: “Texter • Autor • Journalist”;
font-size: .8em;
vertical-align: middle;
margin-top: 20px;
display: block;
}

Current Custom Code in „Edit Global CSS“ is:
x-container.max {max-heigth:1000px;}

Hello @Erdmann2014,

Thanks for updating the thread. :slight_smile:

  1. If you want to remove link function in phone number, all that needs to be done is remove <a style="color: rgb(255, 255, 255); outline: none;" href="tel:0176 - 244 409 83" target="_top"> and it’s closing </a> tag. Code that needs to be removed has also been highlighted in the screenshot. https://screencast.com/t/wvzO6W6qco

  2. Please add following CSS under X > Launch > Options > CSS to mimic the font size of navbar in footer:

.x-colophon.bottom .x-colophon-content {font-size: 15px;}

  1. I don’t see much of visible gap in between navbar and content area. However there is a noticeable gap between heading and content (please see screenshot https://screencast.com/t/1jT8LenI). If you would like to reduce that please use following CSS:

.x-header-landmark {padding-bottom: 0;}

.x-container>.offset {margin-top: 0;}

Thanks.

Thank you Pasant for your quick & helpful reply!
Much appreciated. Best from Hamburg, Germany - Erdmann

Glad to see we managed to help!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.