-
AuthorPosts
-
November 12, 2018 at 8:22 pm #1032731
Hello
I found the following code in the enfold documantation. Text logo with subtext AND … To style the text logo a subtext please use the below CSSI put one code in the function.php and the other code in the quick CSS
1. I would like to adjust the font size of the text logo ” Roger Baumann” , I can not finde out how to do that ? I did some change in the below code.
2. In the Mobile version, the border above the Logo text ( Roger Baumann ) is to small. I like that there is more space.
how can i adjust that ?My creditentials are below
Thanks for your help
kind regards
Roger- This topic was modified 6 years ago by Roger.
November 15, 2018 at 6:42 pm #1034072Hey Roger,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
#top .logo .subtext { font-size: 16px; } @media only screen and (max-width: 767px) { .responsive #top .logo { padding-top: 15px; } }
If you need further assistance please let us know.
Best regards,
VictoriaNovember 17, 2018 at 2:26 pm #1034728Hello Victoria
Thanks for that code. Somehow it does not work. I already put the code below in the quick css.*Code already in quick css*
/* Text logo styling */
#top .logo,
#top .logo a {
overflow: visible;
}#top .logo {
background: #080808;
display: flex;
align-items: center;
padding: 0px;
}
#top .logo .subtext {
font-size: 17px;
font-weight: bolder;
color: #ad8f61;
position: absolute;
width: 100%;
left: 0;
top: 25px;
}1.) I like to ajdust the font size of the upper part of the text logo ( Only Text= Roger Baumann NOT Photography.com ). The text should be smaller.
Thanks for your help
kind regards
RogerNovember 18, 2018 at 8:56 am #1034831Hi,
I checked your site on an incognito tab but the homepage is not showing for me. Please clear the cache to view the CSS changes.
Best regards,
Vinay -
AuthorPosts
- You must be logged in to reply to this topic.