Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #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 CSS

    I 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.
    #1034072

    Hey 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,
    Victoria

    #1034728

    Hello 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
    Roger

    #1034831

    Hi,

    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

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.